WebGlossary.info
Radix sort
- A non-comparative sorting algorithm, avoiding comparison by creating and distributing elements into buckets according to their radix. For elements with more than one significant digit, this bucketing process is repeated for each digit, while preserving the ordering of the prior step, until all digits have been considered. For this reason, radix sort has also been called bucket sort and digital sort. Radix sort dates back as far as 1887. ← Wikipedia
- More about this term (beta): Web search, articles and videos, books
- Previous term: Radix
- Next term: Radix UI
- Random term: Natural user interface