Skip to content

Commit ea7e803

Browse files
committed
nth element leetcode
1 parent 4e0c3a8 commit ea7e803

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/13_高级排序算法/quick_sort.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,7 @@ T(n) = 2T(n/2) + n
125125
| 堆排序 | O(n\*log2n) | O(n\*log2n) | 不稳定 | O(1) |
126126

127127
[数据结构与算法-排序篇-Python描述](https://blog.csdn.net/mrlevo520/article/details/77829204<Paste>)
128+
129+
# Leetcode
130+
131+
https://leetcode.com/problems/kth-largest-element-in-an-array/description/

0 commit comments

Comments
 (0)