You should assume that the two decks you are given are already sorted in desending order. What this means is that you can assemble the merged deck by repeatedly choosing the larger of the two cards on top of the decks. I will give a demonstration in class that will, hopefully, make this algorithm clear.