Skip to content

Commit

Permalink
Update parallel-courses-ii.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Jun 28, 2020
1 parent 9dee7e8 commit e03589b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/parallel-courses-ii.cpp
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)

class Solution {
public:
Expand Down

0 comments on commit e03589b

Please sign in to comment.