Radix Sorts

Radix sort

Radix sort is a non-comparative sorting algorithm which sorts elements into buckets according to their radix. It can be applied to data that can be sorted lexicographically, such as integers, words, punch cards, playing cards, or the mail. The bucketing process is repeated for each digit until all digits have been considered.

1 courses cover this concept

CS 61B: Data Structures

UC Berkeley

Fall 2022

CS 61B focuses on software efficiency from design and runtime perspectives. It covers object-oriented programming with Java, teaching data structures and various programming concepts. The course promotes hands-on learning with optional assignments.

No concepts data

+ 55 more concepts