项目作者: ugnelis

项目描述 :
Dijkstra's shortest path in parallel.
高级语言: Go
项目地址: git://github.com/ugnelis/go-dijkstra-in-parallel.git
创建时间: 2015-11-15T11:11:54Z
项目社区:https://github.com/ugnelis/go-dijkstra-in-parallel

开源协议:

下载


go-dijkstra-in-parallel

This project was created for Concurrent Programming course of Kaunas University of Technology.

Running Tests

In order to run tests, you need to go to main folder and type the following command:

  1. $ go test

If you want to run specific test function:

  1. $ go test -run Test4Vertices

Add -v flag to see the results

  1. $ go test -v