Skip to content
Home » Archives for leetcode-solution.com

leetcode-solution.com

Lintcode 207 Course Schedule

https://leetcode.com/problems/course-schedule/description We can follow the steps introduced in https://leetcode-solution.com/breadth-first-search to solve this problem. Let’s take a look at the solution: