9.1 Write a procedure to merge two sorted lists producing a third list. For example: ?- merge([2,5,6,6,8],

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]

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: