InterviewSolution
Saved Bookmarks
| 1. |
Odd-even sort is a variation of ___________(a) Bubble sort(b) Selection sort(c) Insertion sort(d) Gnome sortI got this question in an internship interview.The above asked question is from Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT choice is (a) Bubble sort |
|