Quick Select
Term side of the Card
Topic: Search Algorithms
Unit title: Quick Select
Categories: Algorithm
Explanation side of the Card
Explanation: The selection algorithm that identifies the k-th smallest or k-th largest element in an unsorted list. Similar to Quick Sort but focuses only on finding the target position, achieving O(n) average complexity.