- sorting by counting
- мат. сортировка подсчетом
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
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
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
Ordenamiento por cuentas — Este artículo o sección sobre matemáticas necesita ser wikificado con un formato acorde a las convenciones de estilo. Por favor, edítalo para que las cumpla. Mientras tanto, no elimines este aviso puesto el 11 de abril de 2010. También puedes… … Wikipedia Español
Banknote counter — A modern electronic note counter with counterfeit detection capabilities A banknote counter (or bill counter) is a device designed primarily to accurately count a quantity of banknotes. Additionally, a banknote counter may sort banknotes into… … Wikipedia
Oskar Gröning — The title of this article contains the character ö. Where it is unavailable or not desired, the name may be represented as Oskar Groening. Oskar Gröning Born 1921 (age 89–90) Lower Saxony Residence Germany Nationality … Wikipedia
Nuclear electronics — is a subfield of electronics concerned with the design and use of high speed electronic systems for nuclear physics and elementary particle physics research, and for industrial and medical use. Essential elements of such systems include fast… … Wikipedia
Nazi eugenics — were Nazi Germany s racially based social policies that placed the improvement of the Aryan race through eugenics at the center of their concerns. Those humans were targeted that they identified as life unworthy of life (German: Lebensunwertes… … Wikipedia
Comparison sort — Sorting a set of unlabelled weights by weight using only a balance scale requires a comparison sort algorithm A comparison sort is a type of sorting algorithm that only reads the list elements through a single abstract comparison operation (often … Wikipedia
Radix sort — In computer science, radix sort is a sorting algorithm that sorts integers by processing individual digits. Because integers can represent strings of characters (e.g., names or dates) and specially formatted floating point numbers, radix sort is… … 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