Skip to content

Commit 9dd239a

Browse files
authored
Update course-schedule.py
1 parent 1d2fbcb commit 9dd239a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/course-schedule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import collections
55

66

7-
# khan's algorithm (bfs solution)
7+
# Khan's algorithm (bfs solution)
88
class Solution(object):
99
def canFinish(self, numCourses, prerequisites):
1010
"""

0 commit comments

Comments
 (0)