We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae33ac commit 0188f81Copy full SHA for 0188f81
data_structures/arrays/kth_largest_element.py
@@ -1,9 +1,3 @@
1
-"""
2
-Given an array of integers and an integer k, find the kth largest element in the array.
3
-
4
-https://stackoverflow.com/questions/251781
5
6
7
8
def partition(arr: list[int], low: int, high: int) -> int:
9
"""
0 commit comments