InterviewSolution
Saved Bookmarks
| 1. |
The initial gap between two elements being compared _______(a) is equal to number of elements in the array(b) is equal to 1.3(c) depends on the number of iterations(d) depends on the compiler being usedI have been asked this question during an interview.My enquiry is from Sorting in portion Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT option is (a) is equal to NUMBER of elements in the array |
|