Examveda

Given an array of the following elements
81, 94, 11, 96, 12, 35, 17, 95, 28, 58, 41, 75, 15.
What will be the sorted order after 5-sort?

A. 11,12,15,17,28,35,41,58,75,81,94,95,96

B. 28,12,11,35,41,58,17,94,75,81,96,95,15

C. 35,17,11,28,12,41,75,15,96,58,81,94,95

D. 12,11,15,17,81,94,85,96,28,35,41,58,75

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms