| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
cd src <c++-compiler> bgaMain.cpp -o bgaMain.exe
bgaMain.exe <graph-file>
$ src/bgaMain.exe test/dgraph5.txt
created graph with 6 nodes and 9 edges. type 'help' for more options
help
help print search <root_node> sort mst [prim|kruskal] path <root_node> quit
graph directed n2 n3 1 n1 n2 2 ...
path n1
nd dist_from_src edge == ============= ==== n1 0 [none n1 0] n2 2 [n1 n2 2] n3 3 [n2 n3 1]
| Back | FazBrowse Home | New Git URL |