Quicksort
Übersetzung von "quicksort" ins Russisch
quicksort
SubstantivUK
/ˈkwɪk.sɔːt/
US
/ˈkwɪk.sɔrt/
quicksort
quicksorts Pl.
быстрая сортировка
Quicksort is an efficient sorting algorithm.
Быстрая сортировка — это эффективный алгоритм сортировки.
Definitionen
quicksort
SubstantivUK
/ˈkwɪk.sɔːt/
US
/ˈkwɪk.sɔrt/
A sorting algorithm that uses a divide-and-conquer strategy to sort elements by partitioning an array into two sub-arrays, then recursively sorting the sub-arrays.
The computer science student implemented quicksort to efficiently organize the list of numbers.
quicksort
VerbUK
/ˈkwɪk.sɔːt/
US
/ˈkwɪk.sɔrt/
To sort (a set or collection of elements) by applying the quicksort algorithm.
You can quicksort the array in place to save memory.
quicksort
AdjektivUK
/ˈkwɪk.sɔːt/
US
/ˈkwɪk.sɔrt/
Relating to, based on, or employing the quicksort algorithm.
The quicksort approach generally achieves better average performance.
Redewendungen und Phrasen
implement quicksort
Many developers implement quicksort in coding interviews.
реализовать быструю сортировку
Многие разработчики реализуют быструю сортировку на собеседованиях по программированию.
quicksort algorithm
The quicksort algorithm is efficient for large datasets.
алгоритм быстрой сортировки
Алгоритм быстрой сортировки эффективен для больших наборов данных.
recursive quicksort
Recursive quicksort is the standard approach taught in textbooks.
рекурсивная быстрая сортировка
Рекурсивная быстрая сортировка — это стандартный подход, изучаемый в учебниках.
quicksort implementation
Her quicksort implementation was both fast and memory-efficient.
реализация быстрой сортировки
Её реализация быстрой сортировки была быстрой и экономной по памяти.
pivot selection in quicksort
Pivot selection in quicksort can greatly affect performance.
выбор опорного элемента в быстрой сортировке
Выбор опорного элемента в быстрой сортировке может значительно влиять на производительность.