- You will perform radix sort for a list of random integers from 0 to 999 with a little help :)
- Type the bucket number(0-9) in the input box and press the Step button
- Reset button will give you a new array to start all over!
- The current pointer points to the array element which is going to be put in the buckets next.
- Keep checking the comment box at the bottom to see whether you are doing it correctly, and also for hints if stuck.
- The array b is the array of buckets used for each digit, such that the index of the array corresponds to the digit accordingly.