Question: Problem: Given two lists, write a program with a function that merges these two lists in descending order. Your main program will allow the user
Problem: Given two lists, write a program with a function that merges these two lists in descending order. Your main program will allow the user to enter two lists of numbers and end the program by inputting a blank line for list You are not allowed to concatenate the two lists into a new list and then call the builtin sort function to sort the new list in descending order. But you are allowed to sort the two lists in descending order before merge. Dont worry about the complexity of the merging algorithm.
List :
List :
List :
List :
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
