搜索资源列表
!select
- 顺序统计select算法。从s个元素中找出第k个大的元素。- The order counts the select algorithm. Discovers the kth big element from s element.
kth_smallest
- Kth Largest element in an array in time O(n) without sorting the entire array.
kth_median
- Kth Median efficient algorithm implementation in C.
1_1
- 输出N个数中的第K个最大数,或者说是第K个大的数-Output the Kth max number of n