✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider the following array of numbers with the idea of sorting them using radix sort:
A = [ 114, 45, 9, 6034, 73, 2477, 909, 5834 ]
Now consider the state of the array after the first two iterations of the main loop in radix sort. Assume the sort is in ascending order. Select all the correct statements based on the state of the resulting array. Assume 0-indexing.