Skip to content

Commit c7da493

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0188f81 commit c7da493

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/arrays/kth_largest_element.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
def partition(arr: list[int], low: int, high: int) -> int:
32
"""
43
Partitions list based on the pivot element.

0 commit comments

Comments
 (0)