Next:
9.7.1 Algorithm 1
Up:
9. Sorting Methods
Previous:
9.6.3 Quicksort: Average Case Analysis
9.7 Order Statistics
Given a list of
n
records, and an integer
k
, find the record whose key is the
k
th
in the sorted order of keys.
Note that
K
=
1 corresponds to finding the minimum
(9.7)
K
=
n
corresponds to finding the maximum
(9.8)
K
=
corresponds to finding the median
9.7.1 Algorithm 1
9.7.2 Algorithm 2
9.7.3 Algorithm 3
eEL,CSA_Dept,IISc,Bangalore