Vidyalelo
Data Structure · Q471

Sorting Algorithms

Programming · Data Structure · question 471

Q471

What will be the number of passes to sort the elements using insertion sort? 14, 12,16, 6, 3, 10

A.
6
B.
5
Answer
C.
7
D.
1

Answer: Option B

Solution

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