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

The BEST I can explain: The INSERTION sort COMPARES the second element with the first element to START SORTING.



Discussion

No Comment Found

Related InterviewSolutions