Skip to content

Commit

Permalink
Update parallel-courses-ii.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Jun 28, 2020
1 parent e03589b commit 262507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/parallel-courses-ii.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Time: O(nlogn + e), e is the number of edges in graph
# Space: O(n)
# Space: O(n + e)

import collections
import heapq
Expand Down

0 comments on commit 262507b

Please sign in to comment.