Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Algorithms Searching, Sorting and Hashing Sorting
Sort the following list using the Radix sort algorithm.
329, 457, 839, 436, 720, 355, 657
What is the output of the algorithm after the second pass?
1
329, 355, 436, 457, 657, 720, 839
2
355, 329, 457, 436, 720, 657, 839
3
720, 329, 436, 839, 355, 457, 657
4
720, 355, 436, 457, 657, 329, 839