Topological-Sort
Topological Sort
·2 mins
Algorithm
Graph
Topological-Sort
Kahn
Ordering, cycle detection, dependency unlocking, and graph propagation
LeetCode 269: Alien Dictionary
·3 mins
LeetCode
Hard
Graph
Topological-Sort
LeetCode note for Alien Dictionary, rebuilt from the original learning note
LeetCode 851: Loud and Rich
·2 mins
LeetCode
Medium
Graph
Topological-Sort
LeetCode note for Loud and Rich, rebuilt from the original learning note
LeetCode 802: Find Eventual Safe States
·3 mins
LeetCode
Medium
Graph
Topological-Sort
LeetCode note for Find Eventual Safe States, rebuilt from the original learning note
LeetCode 1203: Sort Items by Groups Respecting Dependencies
·3 mins
LeetCode
Hard
Graph
Topological-Sort
LeetCode note for Sort Items by Groups Respecting Dependencies, rebuilt from the original learning note
LeetCode 310: Minimum Height Trees
·2 mins
LeetCode
Medium
Graph
Topological-Sort
LeetCode note for Minimum Height Trees, rebuilt from the original learning note
LeetCode 2115: Find All Possible Recipes from Given Supplies
·3 mins
LeetCode
Medium
Graph
Topological-Sort
LeetCode note for Find All Possible Recipes from Given Supplies, rebuilt from the original learning note
LeetCode 2192: All Ancestors of a Node in a DAG
·3 mins
LeetCode
Medium
Graph
Topological-Sort
LeetCode note for All Ancestors of a Node in a DAG, rebuilt from the original learning note
LeetCode 210: Course Schedule II
·2 mins
LeetCode
Medium
Graph
Topological-Sort
LeetCode note for Course Schedule II, rebuilt from the original learning note
LeetCode 207: Course Schedule
·2 mins
LeetCode
Medium
Graph
Topological-Sort
LeetCode note for Course Schedule, rebuilt from the original learning note