Radix Sort Visualization

LSD (least-significant digit) radix sort processes one digit place at a time using stable counting sort. Each pass moves numbers into buckets by a single digit, then collects them in order. O(nk) total — no comparisons!

Press Sort or Step to begin
← All Labs