Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 439 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 439 Bytes

litegraph

Lightweight graph implementation in go for the Computer Networks lecture SS2017 at the University of Trier

Generate a random graph

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!

Calculate shortest paths

To calculate the shortest paths run:

Usage: shortestPath [pathToJsonFile]