CBSE Class 11 Computer Science
Question 56 of 82
Lists in Python — Question 21
Back to all questionsIn insertion sort, for each pass, the correct position for the current element is found by comparing adjacent elements before the current position and sliding larger elements up until an element less than the current element is found.