Selection algorithm

Selection algorithm

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5087-6782-2

High Quality Content by WIKIPEDIA articles! In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are , worst-case linear time, selection algorithms. Selection is a subproblem of more complex problems like the nearest neighbor problem and shortest path problems.