- We will demonstrate radix sort for a list of random integers from 0 to 999.
- Click the Start button to start the sorting procedure, Reset button will give you a new array to start all over! Pause button will pause the current sorting if you need to stop at some point.
- Use the slider to adjust the speed of sorting according to your convenience.
- 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 be put in the buckets next. Keep checking the comment 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.