Write a program that sorts an array of random or sorted numbers using Radix sort algorithms, fill the array with random numbers between 1 and 999, and Run the program three times, once with an array of 100 items, once with an array of 500 items, and once with an array of 1000 items. For the first execution-only (100 elements), Print the unsorted data followed by the sort data 10x10 matrixes (10 rows of 10 numbers each). Print the number of comparisons and the number of moves required to order the data.
Use c++
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here