✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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.