- method of pivot selection
- метод с выбором оптимального элемента
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
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
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
Quicksort — Infobox Algorithm class=Sorting algorithm Quicksort in action on a list of numbers. The horizontal lines are pivot values. data=Varies time=O(nlog n) on average space=Varies by implementation optimal=Sometimes Stability= [Sorting… … Wikipedia
Randomized algorithm — Part of a series on Probabilistic data structures Bloom filter · Skip list … Wikipedia
Phonograph — Turntable redirects here. For other uses, see Turntable (disambiguation). Edison cylinder phonograph ca. 1899 … Wikipedia
Rupture du ligament croisé — Traduction à relire Kreuzbandriss → … Wikipédia en Français
Kreuzbandriss — Klassifikation nach ICD 10 S83.50 Nicht näher bezeichnetes Kreuzband Inkl.: Kreuzbandriss o.n.A. S83.53 Riss des vorderen Kreuzbandes Inkl.: Partieller oder kompletter R … Deutsch Wikipedia
Quark Framework — CAL Paradigm(s) functional, non strict, modular Appeared in 2004 Designed by Luke Evans, Bo Ilic (Business Objects) Typing discipline static, strong … Wikipedia
Approval voting — is a single winner voting system used for elections. Each voter may vote for (approve of) as many of the candidates as they wish. The winner is the candidate receiving the most votes. Each voter may vote for any combination of candidates and may… … Wikipedia
arts, East Asian — Introduction music and visual and performing arts of China, Korea, and Japan. The literatures of these countries are covered in the articles Chinese literature, Korean literature, and Japanese literature. Some studies of East Asia… … Universalium
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia