InterviewSolution
Saved Bookmarks
| 1. |
The gap between two elements being compared shrinks by a factor of _______ after every iteration.(a) 1.1(b) 1.2(c) 1.3(d) 1.4This question was addressed to me in an interview for job.I need to ask this question from Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» The correct CHOICE is (c) 1.3 |
|