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
This commit is contained in:
2021-06-28 12:46:04 -04:00
parent 5d37db1ce2
commit 348586ec38
4 changed files with 58 additions and 75 deletions

View File

@@ -16,3 +16,4 @@ project (
)
add_subdirectory(simple)
add_subdirectory(object)