Vidyalelo
Data Structure · Q438

Sorting Algorithms

Programming · Data Structure · question 438

Q438

The given array is arr = 1, 2, 4, 3, 5.The number of iterations required to sort the array using gnome sort will be . . . . . . . .

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

Answer: Option B

Solution

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