We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73746d commit d21b9a1Copy full SHA for d21b9a1
1 file changed
Python/h-index.py
@@ -60,7 +60,7 @@ def hIndex(self, citations):
60
61
# Time: O(nlogn)
62
# Space: O(n)
63
-class Solution2(object):
+class Solution3(object):
64
def hIndex(self, citations):
65
"""
66
:type citations: List[int]
0 commit comments