• radix sort is a non-comparative sorting algorithm. It avoids comparison by creating and distributing elements into buckets according to their radix....
    20 KB (2,604 words) - 07:26, 30 December 2024
  • Thumbnail for Sorting algorithm
    with a sorted list. While the LSD radix sort requires the use of a stable sort, the MSD radix sort algorithm does not (unless stable sorting is desired)...
    69 KB (6,537 words) - 12:59, 23 April 2025
  • subroutine in radix sort, another sorting algorithm, which can handle larger keys more efficiently. Counting sort is not a comparison sort; it uses key...
    12 KB (1,591 words) - 06:08, 23 January 2025
  • Thumbnail for Bucket sort
    multiple keys per bucket, and is a cousin of radix sort in the most-to-least significant digit flavor. Bucket sort can be implemented with comparisons and...
    13 KB (2,190 words) - 17:41, 26 August 2024
  • Thumbnail for Quicksort
    Quicksort (redirect from Quick sort)
    {\displaystyle O(n^{2})} for worst case internal sort). This algorithm is a combination of radix sort and quicksort. Pick an element from the array (the...
    71 KB (9,925 words) - 14:21, 29 April 2025
  • base written in decimal. Floating-point arithmetic Mixed radix Polynomial Radix economy Radix sort Non-standard positional numeral systems List of numeral...
    16 KB (709 words) - 10:53, 7 April 2025
  • flag sort is an efficient, in-place variant of radix sort that distributes items into buckets. Non-comparative sorting algorithms such as radix sort and...
    7 KB (983 words) - 07:07, 30 December 2024
  • quicksort, also known as three-way radix quicksort, is an algorithm for sorting strings. This hybrid of quicksort and radix sort was originally suggested by...
    5 KB (700 words) - 05:09, 14 March 2025
  • Thumbnail for Merge sort
    radix and parallel sorting. Although heapsort has the same time bounds as merge sort, it requires only Θ(1) auxiliary space instead of merge sort's Θ(n)...
    49 KB (6,726 words) - 12:08, 26 March 2025
  • Thumbnail for Trie
    Trie (section Sorting)
    corresponds to one call of the radix sorting routine, as the trie structure reflects the execution of pattern of the top-down radix sort.: 135  If a null link...
    29 KB (3,122 words) - 10:54, 25 April 2025
  • computer scientist, engineer, and inventor. Seward developed the radix sort and counting sort algorithms in 1954 at MIT. He also worked on the Whirlwind Computer...
    3 KB (142 words) - 03:14, 20 June 2024
  • sorted are. Integer sorting algorithms including pigeonhole sort, counting sort, and radix sort are widely used and practical. Other integer sorting algorithms...
    32 KB (4,049 words) - 04:37, 29 December 2024
  • much larger than n, bucket sort is a generalization that is more efficient in space and time. Pigeonhole principle Radix sort Bucket queue, a related priority...
    4 KB (466 words) - 19:58, 31 March 2025
  • Thumbnail for Proxmap sort
    It is a form of bucket and radix sort. Once a ProxmapSort is complete, ProxmapSearch can be used to find keys in the sorted array in O ( 1 ) {\displaystyle...
    14 KB (1,952 words) - 19:54, 29 April 2024
  • Thumbnail for Comparison sort
    to n) range, counting sort is an example algorithm that runs in linear time. Other integer sorting algorithms, such as radix sort, are not asymptotically...
    21 KB (2,640 words) - 15:35, 21 April 2025
  • Thumbnail for Punched card sorter
    significant digit radix sort. Numeric columns have one punch in rows 0-9, possibly a sign overpunch in rows 11-12, and can be sorted in a single pass through...
    10 KB (1,071 words) - 02:56, 5 December 2024
  • biology Radix point, a symbol used in mathematics to separate the integral part of the number from its fractional part Radix sort, a computer sorting algorithm...
    1 KB (188 words) - 05:21, 12 October 2024
  • Base64 (redirect from Radix-64)
    padding. An advantage over RFC 4648 is that sorting encoded ASCII data results in the same order as sorting the plain ASCII data. The GEDCOM 5.5 standard...
    39 KB (3,744 words) - 21:20, 1 April 2025
  • three-dimensional three-way merge sort three-way radix quicksort time-constructible function time/space complexity top-down radix sort top-down tree automaton top-node...
    35 KB (3,135 words) - 15:11, 1 April 2025
  • Thumbnail for External sorting
    Increasing software speed Some Sort Benchmark entrants use a variation on radix sort for the first phase of sorting: they separate data into one of many...
    14 KB (2,149 words) - 19:18, 28 March 2025
  • internal sorting algorithms include: Bubble Sort Insertion Sort Quick Sort Heap Sort Radix Sort Selection sort Consider a Bubblesort, where adjacent records...
    2 KB (305 words) - 10:24, 3 December 2022
  • Burstsort (category String sorting algorithms)
    variants are cache-efficient algorithms for sorting strings. They are variants of the traditional radix sort but faster for large data sets of common strings...
    6 KB (692 words) - 12:27, 30 April 2025
  • Thumbnail for Kruskal's algorithm
    small enough integer weight to allow integer sorting algorithms such as counting sort or radix sort to sort them in linear time, the disjoint set operations...
    16 KB (1,828 words) - 11:07, 11 February 2025
  • Thumbnail for Fisher–Yates shuffle
    O(n log n), numbers are efficiently sorted using Radix sort in O(n) time. Like the Fisher–Yates shuffle, the sorting method produces unbiased results. However...
    42 KB (5,222 words) - 17:22, 14 April 2025
  • complexity that is better than radix sort. Czajka, Tomek (2020-06-06). "Faster than radix sort: Kirkpatrick-Reisch sorting". Sorting and Searching. Retrieved...
    984 bytes (86 words) - 04:57, 29 January 2024
  • create sorted output Counting sort Pigeonhole sort Postman sort: variant of Bucket sort which takes advantage of hierarchical structure Radix sort: sorts strings...
    72 KB (7,945 words) - 09:48, 26 April 2025
  • Thumbnail for The Art of Computer Programming
    4.5. The oscillating sort 5.4.6. Practical considerations for tape merging 5.4.7. External radix sorting 5.4.8. Two-tape sorting 5.4.9. Disks and drums...
    38 KB (4,118 words) - 12:17, 25 April 2025
  • Thumbnail for Edge-notched card
    Commons has media related to Edge-notched cards. Bucket sort Hash value Paper data storage Radix sort Tag (metadata) Unit record equipment Casey 1958. Casey...
    10 KB (1,182 words) - 07:03, 27 October 2024
  • so on until they are delivered. This is related to a radix sort, described for punch-card sorting machines as early as 1929. Divide and conquer is a powerful...
    21 KB (2,900 words) - 03:47, 4 March 2025
  • a form of radix sort: cheques would be sorted by hand according to the first two digits. The cheques would be removed, and each stack sorted into the same...
    15 KB (2,149 words) - 08:48, 2 January 2025