graph
This is the graph repository. Graph is a simple, permormant-oriented implementation of different graph algorithms, such as BFS, DFS, Dijkstra and others (in future).
You can run graph by cloning repository and running the following command:
cargo run --release