Lightweight graph implementation in go for the Computer Networks lecture SS2017 at the University of Trier
You can generate a random graph with v vertices and e edges and save it to a JSON-File with:
Usage: rgg v e
e must be at least amount of v - 1!
To calculate the shortest paths run:
Usage: shortestPath [pathToJsonFile]