(Solved):
6. The following code implements one sorting algorithm. A: array of numbers \( \mathrm{N} \) : num ...
6. The following code implements one sorting algorithm. A: array of numbers \( \mathrm{N} \) : number of elements in \( \mathrm{A} \) \( \mathrm{d} \) : number of digits of the largest number What is the task performed by Sort2()? none of the others sorting the numbers stored in array \( \mathrm{A} \) in terms of their less significant digit sorting the numbers stored in array \( A \) in terms of their digit \( d \) sorting the numbers stored in array \( \mathrm{A} \) sorting the numbers stored in array \( A \) in terms of their maximum value