Vidyalelo
Data Structure · Q427

Sorting Algorithms

Programming · Data Structure · question 427

Q427

How many odd and even phases are required respectively to sort the given array using odd-even sort.arr=3, 2, 3, 8, 5, 6, 2, 1.

A.
3,3
B.
4,4
Answer
C.
3,4
D.
4,3

Answer: Option B

Solution

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