Vidyalelo
Data Structure · Q254

Sorting Algorithms

Programming · Data Structure · question 254

Q254

How many passes does an insertion sort algorithm consist of?

A.
N
B.
N-1
Answer
C.
N+1
D.
N2

Answer: Option B

Solution

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