summaryrefslogtreecommitdiff
path: root/src/test/ToposortTest.java
AgeCommit message (Collapse)Author
2020-07-12Finally Topological sort done! I started from scratch and used Array, not ↵Haidong Ji
ArrayList, in dfs and explore methods, which helped! I also used IntStream and boxed method to do clever post order array sorting.
2020-07-10Checking in implementation with stack. Didn't pass the grader. I'm checking ↵Haidong Ji
in first and then start from scratch.