If two lists are given such as:
L1: [2, 4, 6, 8, 10]
L2: [10, 4, 6, 8, 10]
If the lists are sorted using Insertion sort then which of the lists List1 or List 2 will make the minimum number of comparisons?
1
L1
2
L2
3
Same for L1 and L2.
4
No comparisons required