Mar 30, 2025
•
Articles
• 2 min read
What is topological sort ?
We need to schedule a series of tasks, such as classes or construction jobs, where we cannot start one task until after its prerequisites are completed.
We want to organize such tasks into a linear order that allows us ...