-
1 polyphase sort
-
2 polyphase sort
Большой англо-русский и русско-английский словарь > polyphase sort
-
3 polyphase sort
Вычислительная техника: многофазная сортировка -
4 polyphase sort
-
5 polyphase sort
The New English-Russian Dictionary of Radio-electronics > polyphase sort
-
6 polyphase sort
English-Russian dictionary of computer science and programming > polyphase sort
-
7 polyphase
a спец. многофазный -
8 polyphase
-
9 polyphase
-
10 polyphase
-
11 polyphase
The English-Russian dictionary general scientific > polyphase
-
12 sort
1) сортировка; упорядочение || сортировать; упорядочивать•- sort alphabetically- address calculation sort
- ascending sort
- balanced merge sort
- binary insertion sort
- block sort
- bubble sort
- bucket sort
- card sort
- cascade merge sort
- checkpoint sort
- cocktail shaker sort
- collate sort
- comparison counting sort
- comparison-of-pairs sort
- depth sort
- descending sort
- digital sort
- diminishing increment sort
- disk sort
- distribution counting sort
- divide and conquer sort
- drum sort
- electromechanical sort
- electronic sort
- enumeration sort
- exchange sort
- external sort
- four-tape sort
- generalized sort
- heap sort
- index sort
- insertion sort
- internal sort
- key sort
- machine sort
- manual sort
- max sort
- merge sort
- multipass sort
- multiple sort
- multireel sort
- multiway merge sort
- needle sort
- odd-even transposition sort
- one-tape sort
- oscillation sort
- own coding sort
- partition-exchange sort
- pigeonhole sort
- polyphase sort
- process-limited sort
- property sort
- quick sort
- radix sort
- radix-exchange sort
- random-access sort
- repeated selection sort
- replacement selection sort
- restart sort
- return point sort
- selection sort
- serial sort
- Shell's sort
- sifting sort
- single-pass sort
- sort by counting
- stable sort
- straight insertion sort
- straight selection sort
- tag sort
- tape sort
- tournament sort
- tree-selection sort
- tree-structure sort
- twin drum sort
- two-way insertion sort
- unbalanced merge sort
- Xmas-tree sortEnglish-Russian dictionary of computer science and programming > sort
-
13 sort
1) сортировка || сортировать2) класс; категория; тип; группа || классифицировать; относить к (определённому) классу, категории, типу или группе3) упорядочение || упорядочивать4) pl специальные наборные знаки; специальные символы•- sort by extension
- sort by insertion
- sort by name
- sort by selection
- sort by size
- sort by time
- address calculating sort
- address table sort
- alphanumeric sort
- ascending sort
- Batcher's odd-even merge sort
- block sort
- bogo sort
- bubble sort
- cascade sort
- cocktail shaker sort
- collating sort
- comparison counting sort
- depth sort
- descending sort
- dictionary sort
- distributive sort
- divide and conquer sort
- external sort
- file sort
- heap sort
- Hoare sort
- indirect sort
- internal sort
- key sort
- least significant digit radix sort
- manual sort
- merge sort
- most significant digit radix sort
- multipass sort
- Neumann sort
- oscillating sort
- parallel sort
- pointer sort
- polyphase sort
- property sort
- quick sort
- ripple sort
- selection sort
- shaker sort
- Shell sort
- sifting sort
- straight insertion sort
- straight selection sort
- stupid sort
- tag sort
- tape sort
- topological sort
- tree sort
- Williams sort -
14 sort
1) сортировка || сортировать2) класс; категория; тип; группа || классифицировать; относить к (определённому) классу, категории, типу или группе3) упорядочение || упорядочивать4) pl. специальные наборные знаки; специальные символы•- address table sort
- alphanumeric sort
- ascending sort
- Batcher's odd-even merge sort
- block sort
- bogo sort
- bubble sort
- cascade sort
- cocktail shaker sort
- collating sort
- comparison counting sort
- depth sort
- descending sort
- dictionary sort
- distributive sort
- divide and conquer sort
- external sort
- file sort
- heap sort
- Hoare sort
- indirect sort
- internal sort
- key sort
- least significant digit radix sort
- manual sort
- merge sort
- most significant digit radix sort
- multipass sort
- Neumann sort
- oscillating sort
- parallel sort
- pointer sort
- polyphase sort
- property sort
- quick sort
- ripple sort
- selection sort
- shaker sort
- Shell sort
- sifting sort
- sort by exchange
- sort by extension
- sort by insertion
- sort by name
- sort by selection
- sort by size
- sort by time
- straight insertion sort
- straight selection sort
- stupid sort
- tag sort
- tape sort
- topological sort
- tree sort
- Williams sortThe New English-Russian Dictionary of Radio-electronics > sort
-
15 polyphase merge-sort
Большой англо-русский и русско-английский словарь > polyphase merge-sort
-
16 polyphase merge-sort
Программирование: многофазное слияние -
17 polyphase merge-sort
English-Russian dictionary of computer science and programming > polyphase merge-sort
-
18 insertion sort
-
19 sifting sort
-
20 straight selection sort
- 1
- 2
См. также в других словарях:
Polyphase merge sort — A polyphase merge sort is an algorithm which decreases the number of runs at every iteration of the main loop by merging runs in pairs. Typically, a merge sort splits items into groups then recursively sorts each group. Once the groups are sorted … Wikipedia
Merge sort — Example of merge sort sorting a list of random dots. Class Sorting algorithm Data structure Array Worst case performance O(n log n) … Wikipedia
Cocktail sort — Class Sorting algorithm Data structure Array Worst case performance О(n²) Best case performance O(n) … Wikipedia
Counting sort — In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small integers; that is, it is an integer sorting algorithm. It operates by counting the number of objects that have each distinct… … Wikipedia
Comb sort — Class Sorting algorithm Data structure Array Worst case performance O(n log n)[1] … Wikipedia
Pigeonhole sort — Class Sorting algorithm Data structure Array Worst case performance O(N + n), where N is the range of key values and n is the input size Worst case space complexity O(N * n) … Wikipedia
Cycle sort — Example of cycle sort sorting a list of random numbers. Class Sorting algorithm Data structure Array Worst case performance Θ(n2) … Wikipedia
Odd–even sort — Example of odd even transposition sort sorting a list of random numbers. Class Sorting algorithm Data structure Array Worst case performance … Wikipedia
triage polyphase — blokinis rūšiavimas statusas T sritis automatika atitikmenys: angl. block sort vok. Blocksortieren, n; blockweise Sortierung, f rus. блочная сортировка, f pranc. triage par grands groupes, m; triage polyphase, m … Automatikos terminų žodynas
block sort — blokinis rūšiavimas statusas T sritis automatika atitikmenys: angl. block sort vok. Blocksortieren, n; blockweise Sortierung, f rus. блочная сортировка, f pranc. triage par grands groupes, m; triage polyphase, m … Automatikos terminų žodynas
Donald Shell — Donald L. Shell (born March 1, 1924) is a retired American computer scientist who designed the Shell sort sorting algorithm. He acquired his Ph.D. in Mathematics from the University of Cincinnati in 1959, after publishing the shell sort algorithm … Wikipedia