how to merge two sorted lists with 2n-1 comparisons code example Example: merge two sorted list in python # l1 and l2 are lists sorted(l1+l2)