Quickselect

In computer science, quickselect is a selection algorithm to find the kth smallest element in an unordered list, also known as the kth order statistic. Like the related quicksort sorting algorithm, it was developed by Tony Hoare, and thus is also known as Hoare's selection algorithm.

Source: Wikipedia — Quickselect (CC BY-SA 4.0)

Quickselect

In computer science, quickselect is a selection algorithm to find the kth smallest element in an unordered list, also known as the kth order statistic. Like the related quicksort sorting algorithm, it was developed by Tony Hoare, and thus is also known as Hoare's selection algorithm.

Source: Wikipedia "Quickselect" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy