Dodatkowe przykłady dopasowywane są do haseł w zautomatyzowany sposób - nie gwarantujemy ich poprawności.
Tłumaczenia dodatkowych przykładów zdań również generowane są przez automatyczny moduł i nie są weryfikowane przez naszych lektorów.
Heapsort is a much more efficient version of selection sort.
Heapsort jest dużo bardziej skuteczna wersja sortowania przez wybieranie.
The heapsort algorithm can be divided into two parts.
Heapsort algorytm może być podzielony na dwie części.
On the other hand, merge sort has several advantages over heapsort:
Z drugiej strony, łączyć gatunek zaprasza kilka zalet heapsort:
Merge sort is used in external sorting; heapsort is not.
Łączyć gatunek jest używany w zewnętrznym sortowaniu; heapsort jest nie.
Heapsort is an in-place algorithm, but it is not a stable sort.
Heapsort jest algorytmem w-miejsce ale to nie jest stabilny rodzaj.
Heapsort can be performed in place.
Heapsort może być wykonany na miejscu.
Tournament sort is a variation of heapsort.
Gatunek turnieju jest zmianami z heapsort.
For example, heapsort is an in situ sorting algorithm.
Na przykład, heapsort jest w miejscu algorytm sortowania.
This makes linked lists unsuitable for applications where it's useful to look up an element by its index quickly, such as heapsort.
To czyni listy powiązane nieodpowiednie dla podań gdzie to dobrze jest odwiedzić element przez swój indeks szybko, taki jak heapsort.
Selection sorts include shaker sort and heapsort.
Sortowania przez wybieranie obejmują rodzaj solniczki i heapsort.
The most direct competitor of quicksort is heapsort.
Najwięcej bezpośredniego konkurenta sortowania szybkiego jest heapsort.
Heapsort can be adapted to operate on doubly linked lists with only O(1) extra space overhead.
Do Heapsort mogą przystosowywać się działać podwójnie listy powiązane z jedynym O (1) dodatkowe koszty ogólne kosmiczne.
It is a variation of heapsort developed by Edsger Dijkstra in 1981.
To są zmiany z heapsort rozwinięty przez Edsger Dijkstra w 1981.
But, heapsort is assumed to be on average somewhat slower than standard in-place quicksort.
Ale, heapsort przyjmuje się, że być przeciętnie nieco bardziej wolny niż typowe sortowanie szybkie w-miejsce.
Heapsort is a comparison-based sorting algorithm to create a sorted array (or list), and is part of the selection sort family.
Heapsort jest porównanie algorytmem sortowania tworzyć posortowany szeroki wachlarz (albo lista), i część sortowania przez wybieranie jest rodziną.
Merge sort requires Ω(n) auxiliary space, but heapsort requires only a constant amount.
Łączyć gatunek wymaga? (n) pomoc przestrzeń, ale heapsort wymaga tylko stała ilość.
Like heapsort, smoothsort's upper bound is O(n log n).
Tak jak heapsort, smoothsort's górny poruszać się lekko jest O (n n polana).
Courseware on Heapsort from Univ.
Programy i materiały edukacyjne na Heapsort z Univ.
Heapsort (AB only)
Heapsort (AB tylko)
The first adaptive heapsort was Dijkstra's Smoothsort.
Pierwszy adaptacyjny heapsort był Smoothsort Dijkstra.
This allows Heapsort to run in O(n log n) time, and this is also the worst case complexity.
To pozwala Heapsort dotrzeć O (n n polana) czas, i to jest również zawiłość najgorszego przypadku.
A suitable sorting algorithm is Heapsort that creates a sorted array in O(n log n) time.
Odpowiedni algorytm sortowania jest Heapsort, który tworzy posortowany szeroki wachlarz w O (n n polana) czas.
Heaps are crucial in several efficient graph algorithms such as Dijkstra's algorithm, and in the sorting algorithm heapsort.
Sterty są decydujące w kilku wydajnych algorytmach grafu takich jak algorytm Dijkstra, i w algorytmie sortowania heapsort.
Any general-purpose sorting algorithm is appropriate for this, for example heapsort (which is O(n log n)).
Jakikolwiek uniwersalny algorytm sortowania jest odpowiedni dla tego, na przykład heapsort (który jest O (n n polana)).
Ternary heapsort uses a ternary heap instead of a binary heap; that is, each element in the heap has three children.
Trójskładnikowy heapsort używa trójskładnikowej sterty zamiast dwójkowej sterty; to jest, każdy element w stercie ma troje dzieci.