-
-
Notifications
You must be signed in to change notification settings - Fork 449
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
About Quick Select Algorithm
In computer science, quickselect is a selection algorithm to find the kth smallest element in an unordered list. It is related to the quicksort sorting algorithm. Like quicksort, it was developed by Tony Hoare, and thus is also known as Hoare's selection algorithm.[1] Like quicksort, it is efficient in practice and has good average-case performance, but has poor worst-case performance. Quickselect and its variants are the selection algorithms most often used in efficient real-world implementations.
Source : Wikipedia
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request