各个排序算法应用:求取数组中第K大的数( LeetCode 215. Kth Largest Element in an Array )
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.Example 1:Input: [3,2,1,5,6,4] and k = 2
Output: 5
Example ...
原创
2018-05-21 22:45:49 ·
390 阅读 ·
0 评论