

InterviewSolution
Saved Bookmarks
1. |
To sort a list with n elements, the insertion sort begins with the __________ element.(a) First(b) Second(c) Third(d) FourthThis question was addressed to me during an online exam.I'm obligated to ask this question of Algorithms topic in division Algorithms of Discrete Mathematics |
Answer» The correct answer is (b) Second |
|