Skip to content

Commit d21b9a1

Browse files
committed
Update h-index.py
1 parent a73746d commit d21b9a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/h-index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def hIndex(self, citations):
6060

6161
# Time: O(nlogn)
6262
# Space: O(n)
63-
class Solution2(object):
63+
class Solution3(object):
6464
def hIndex(self, citations):
6565
"""
6666
:type citations: List[int]

0 commit comments

Comments
 (0)