I can easily combine two lists that are in increasing order by repeatedly looking at the next value of each list and moving whichever is smaller to be the next value in the combined list (if we get to ...