InterviewSolution
Saved Bookmarks
| 1. |
How many loops are required to implement gnome sorting algorithm?(a) Single loop(b) 2 nested loops(c) 3 nested loops(d) It does not require any loopI had been asked this question in quiz.The query is from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Right answer is (a) Single loop |
|