Vidyalelo
Data Structure · Q78

Sorting Algorithms

Programming · Data Structure · question 78

Q78

How many comparisons will be made to sort the array arr=1, 5, 3, 8, 2 using pigeonhole sort?

A.
5
B.
7
C.
9
D.
0
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board