Commit Graph

4 Commits

Author SHA1 Message Date
Shaun Reed 2845b020ae Update README instructions
+ Fix incorrect library name for `algorithms/trees/BST` example
+ Update root CMakeLists.txt for major directories to set binary path
+ Add instructions to install CMake LTS with pip
2022-01-07 11:32:52 -05:00
Shaun Reed 9243ded17b Add templated graph example 2021-07-24 11:55:01 -04:00
Shaun Reed 348586ec38 Update object graph implementation to track node discover and finish time
+ Allows traversal and topological sort algorithms to show examples from MIT Algorithms more accurately
2021-07-01 09:30:35 -04:00
Shaun Reed 1fc34d2dd4 Add example of simple graph algorithms
+ Using pseudocode examples from MIT Intro to Algorithms
2021-06-19 16:20:29 -04:00