phraseologism
тез сұрыптау
Quick sort is a highly efficient sorting algorithm that uses a divide-and-conquer strategy to sort elements. It works by selecting a 'pivot' element from the array and partitioning the other elements into two sub-arrays according to whether they are less than or greater than the pivot.
Тез сұрыптау — элементтерді сұрыптау үшін бөлу-жеңу стратегиясын қолданатын өте тиімді алгоритм. Ол массивтен «пішін» элементін таңдап, басқа элементтерді пішіннен кіші немесе үлкен болуына қарай екі кіші массивке бөледі.