Skip to content

Commit 12facde

Browse files
authored
Update the-k-strongest-values-in-an-array.py
1 parent 8b86c60 commit 12facde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/the-k-strongest-values-in-an-array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def getStrongest(self, arr, k):
2424

2525
# Time: O(nlogn)
2626
# Space: O(1)
27-
2827
class Solution2(object):
2928
def getStrongest(self, arr, k):
3029
"""

0 commit comments

Comments
 (0)