- You will perform radix sort for a list of 15 random integers from 0 to 999.
- 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!
- The array b is the array of buckets used for each digit, such that the index of the array corresponds to the digit accordingly.