Question: 9.1 Write a procedure to merge two sorted lists producing a third list. For example: ?- merge([2,5,6,6,8], [1,3,5,9], L). L= [1,2,3,5,5,6,6,8,9]
9.1 Write a procedure to merge two sorted lists producing a third list. For example: ?- merge([2,5,6,6,8], [1,3,5,9], L). L= [1,2,3,5,5,6,6,8,9]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
