topological-sort-medium__pattern-topological-sort-graph__grokking-the-coding-interview-patterns-for-coding-questions
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Topological Sort from DFS |
![]() ![]() ![]() ![]() ![]() |
6 | 554 | July 17, 2022 |
Wouldn't this 5, 6, 4, 3, 2, 1, 0 be also a correct order? |
![]() ![]() |
1 | 57 | June 5, 2022 |
Topological Sort, JS |
![]() ![]() |
1 | 51 | May 13, 2022 |
No need for hashMap, space complexity can be O(v) |
![]() ![]() ![]() |
2 | 252 | April 10, 2022 |
Simpler solution |
![]() ![]() |
1 | 115 | April 10, 2022 |
Typo in code solution |
![]() ![]() |
1 | 112 | June 22, 2021 |
Start from sink, more order are valid |
![]() ![]() |
1 | 226 | April 11, 2021 |