- tournament sorting
- мат. сортировка повторной выборкой
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
Tournament (graph theory) — Tournament A tournament on 4 vertices Vertices n Edges … Wikipedia
Tournament sort — is a comparison sort algorithm. This method of sorting is quite efficientvague but requires memory of past comparisons. It involves several rounds of comparisons, much like a tournament among teams or players.Let’s assume that there are 32 keys… … Wikipedia
Sorting algorithm — In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other… … Wikipedia
Topological sorting — Dependency resolution redirects here. For other uses, see Dependency (disambiguation). In computer science, a topological sort or topological ordering of a directed graph is a linear ordering of its vertices such that, for every edge uv, u comes… … Wikipedia
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia
Magical objects in Harry Potter — The following is a list of magical objects used in Harry Potter. These objects exist for the use of the characters in the series by J. K. Rowling. Contents 1 Communication 1.1 Enchanted coins 1.2 Howler … Wikipedia
Scrabble — For other uses, see Scrabble (disambiguation). Scrabble Current Scrabble logo by Hasbro, Inc. used in the USA and Canada, since March 2008 Former Scrabble logo by Hasbro, Inc. used in the USA and Canada, until March 2008 … Wikipedia
Hogwarts staff — Four Hogwarts staff members in Harry Potter and the Deathly Hallows – Part 2. From left to right: Miriam Margolyes as Pomona Sprout, Gemma Jones as Poppy Pomfrey, Jim Broadbent as Horace Slughorn, and David Bradley as Argus Filch. The following… … Wikipedia
Hogwarts — Not to be confused with Hogwort. Hogwarts School of Witchcraft And Wizardry Harry Potter school … 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
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