en

Heapsort

ru

Перевод слова "heapsort" на Русский язык

heapsort
Существительное
raiting
UK
/ˈhiːp.sɔːt/
US
/ˈhip.sɔrt/
heapsort
heapsorts множ.
пирамидальная сортировка
Heapsort is an efficient sorting algorithm.
Пирамидальная сортировка - это эффективный алгоритм сортировки.

Опеределения

heapsort
Существительное
raiting
UK
/ˈhiːp.sɔːt/
US
/ˈhip.sɔrt/
A comparison-based sorting algorithm that uses a binary heap data structure to sort elements.
The programmer implemented heapsort to efficiently organize the data in ascending order.
An act or instance of sorting data using the heapsort algorithm.
A single heapsort of the array took less than a millisecond.
heapsort
Глагол
raiting
UK
/ˈhiːp.sɔːt/
US
/ˈhip.sɔrt/
To sort (a collection of data) using the heapsort algorithm.
The utility can heapsort large datasets in linearithmic time.
heapsort
Прилагательное
raiting
UK
/ˈhiːp.sɔːt/
US
/ˈhip.sɔrt/
Relating to, employing, or produced by the heapsort algorithm.
The code includes a heapsort function for integer arrays.