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.
It can achieve slightly better performance than a standard bubble sort.
To może osiągać trochę lepsze przedstawienie niż typowe sortowanie domenowe.
For example, bubble sort was analyzed as early as 1956.
Na przykład, sortowanie domenowe zostało zanalizowane już 1956.
Computer scientists called it Bubble sort, because smaller elements will rise to the top, changing their position in each run.
Informatycy nazwali to sortowaniem domenowym ponieważ mniejsze elementy będą awansować bardzo wysoko, zmienić ich położenie w każdej serii.
Various efforts have been made to eliminate turtles to improve upon the speed of bubble sort.
Różne wysiłki były zmuszone eliminować żółwie poprawić się na prędkości sortowania domenowego.
The positions of the elements in bubble sort will play a large part in determining its performance.
Pozycje elementów w sortowaniu domenowym zagrają większą część w ustalaniu jego przedstawienia.
Bubble sort the array by comparing adjacent numbers, and swapping them if they are in the wrong order.
Sortowanie domenowe szeroki wachlarz przez porównywanie przyległych liczb, i zamieniając ich jeśli oni są w złym poleceniu.
Therefore, bubble sort is not a practical sorting algorithm when n is large.
Dlatego, sortowanie domenowe nie jest praktycznym algorytmem sortowania gdy n jest duży.
It improves upon bubble sort and insertion sort by moving out of order elements more than one position at a time.
To poprawia się na sortowaniu domenowym i sortowaniu przez wstawianie przez przenoszenie nieczynnych elementów więcej niż jedna pozycja na raz.
(Rabbits, large values around the beginning of the list, do not pose a problem in bubble sort)
(Króliki, duże wartości około początku listy, nie stanowić problemu w sortowaniu domenowym)
Odd-even sort is a parallel version of bubble sort, for message passing systems.
Dziwny-równy gatunek jest podobną wersją sortowania domenowego, dla wiadomości mijającej systemy.
For example, a compiler will not change an implementation of bubble sort to use mergesort instead.
Na przykład, kompilator nie zmieni wprowadzenia sortowania domenowego do wykorzystania mergesort za to.
Bubblesort is an implementation of the bubble sort sorting algorithm.
Bubblesort jest wprowadzeniem algorytmu sortowania domenowego sortowania.
Bubble sort is a simple sorting algorithm.
Sortowanie domenowe jest prostym algorytmem sortowania.
Bubble sort has incorrectly been called sinking sort.
Sortowanie domenowe niepoprawnie było nazywane zatapianiem gatunku.
Animated video explaining bubble sort and quick sort and compares their performance.
Animowane video wyjaśniające sortowanie domenowe i szybki rodzaj i porównuje ich wykonanie.
The algorithm differs from a bubble sort in that it sorts in both directions on each pass through the list.
Algorytm różni się tym od sortowania domenowego to rodzaje w obu kierunkach podczas każdej przepustki przez listę.
It is a comparison sort related to bubble sort, with which it shares many characteristics.
To jest rodzaj porównania powiązany z sortowaniem domenowym czym to dzieli wiele cech.
This algorithm is called bubble sort.
Ten algorytm jest nazywany sortowaniem domenowym.
Bubble sort and insertion sort can be interpreted as particular instances of this procedure to put a sequence into order.
Sortowanie domenowe i sortowanie przez wstawianie mogą być objaśnione jak szczególne przypadki tej procedury wkładać serię w kolejność.
Bubble sort can be used to sort a small number of items (where its asymptotic inefficiency is not a high penalty).
Sortowanie domenowe może być użyte by sortować małą liczbę pozycji (gdzie jego asymptotyczna nieudolność nie jest wysoką karą).
Performance of bubble sort over an already-sorted list (best-case) is O(n).
Wykonanie sortowania domenowego ponad już-zrównoważony listą (najlepszy-przypadek) jest O (n).