Setup Array
Sort Controls
Array Visualization
Current Array:
Buckets (Digit: 1):
Colors: Orange = Current Digit, Different Colors = Buckets 0-9, Green = Sorted
Radix Sort is a non-comparison sorting algorithm that sorts numbers by processing individual digits from least to most significant.
How it works:
Time Complexity: O(d × (n + k)) where d is digits, k is range