filmov
tv
[Leetcode] 207. Course Schedule - Python
![preview_player](https://i.ytimg.com/vi/MuI3Yk496pA/maxresdefault.jpg)
Показать описание
0:00 題目
3:09 思路說明
9:42 程式說明
# V:# of courses, E:# of dependencies
Time Complexity: O(V+E)
Space Complexity: O(V+E)
7:00 這裡順序應是1→4先,最後才是0→2
3:09 思路說明
9:42 程式說明
# V:# of courses, E:# of dependencies
Time Complexity: O(V+E)
Space Complexity: O(V+E)
7:00 這裡順序應是1→4先,最後才是0→2