Skip to content

Commit cad44f1

Browse files
authored
Update maximal-network-rank.cpp
1 parent 39b1f58 commit cad44f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/maximal-network-rank.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time: O(m + nlogn + k^2), k is the number of values greater or equal to top2
1+
// Time: O(m + n + k^2), k is the number of values greater or equal to top2
22
// Space: O(m + n)
33

44
class Solution {

0 commit comments

Comments
 (0)