Commit Graph

4 Commits

Author SHA1 Message Date
Shaun Reed 34f12250ab [cpp] Update weighted graph
+ totalWeight is now tracked for BFS & DFS traversals
+ Refactor graph search info structs
2022-04-14 14:37:53 -04:00
Shaun Reed 4b47630548 [cpp] Clean up graph implementations 2022-04-13 21:15:03 -04:00
Shaun Reed a97dfbe34b Clean up CMakeLists in all C++ examples
+ Rename output executables to match directory structure
+ Remove libraries for small examples
+ Supress -Wreturn-type warnings for singleton that is intentionally not copyable
2022-03-31 16:01:08 -04:00
Shaun Reed 9243ded17b Add templated graph example 2021-07-24 11:55:01 -04:00