Skip to content

ugnelis/go-dijkstra-in-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ go test

If you want to run specific test function:

$ go test -run Test4Vertices

Add -v flag to see the results

$ go test -v

Releases

No releases published

Packages

No packages published

Languages