- We will demonstrate radix sort for a list of random integers from 0 to 999.
- Click the Start button to begin the sorting procedure. The button will change to Pause during sorting, and Resume when paused. Reset button will give you a new array to start all over!
- Use the slider to adjust the speed of sorting according to your convenience. Set to minimum speed to enable Step mode.
- Use the input box to select number of elements in the array (5-15).
- The "Current" pointer points to the array element which is going to be put in the buckets next. Keep checking the Observations box at the bottom to understand what's happening at each step.
- The array b is the array of buckets used for each digit, such that the index of the array corresponds to the digit accordingly.