Question: Write a PROLOG implementation of merge-sort. # Divide L into two smaller lists L1 and L2 of approximately equal length. #Sort L1 and L2 giving
Write a PROLOG implementation of merge-sort.
# Divide L into two smaller lists L1 and L2 of approximately equal length. #Sort L1 and L2 giving S1 and S2. #Merge S1 and S2 giving S3 (the sorted list).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
