Question: Language is PROLOG. 3. (10 marks) Write a solution for a function/predicate that computes the shuffle of two lists: I? - shuffle ([a,b,c],[1,2,3]). X =

Language is PROLOG.
3. (10 marks) Write a solution for a function/predicate that computes the shuffle of two lists: I? - shuffle ([a,b,c],[1,2,3]). X = [a,b,c,1,2,3] ? ; X = [a,b,1,c,2,3] ? ; X = [1,2,3, a,b,c] yes The shuffle operation is formally defined as: (a) swe=8 (b) waw vb = (wawvbu (wwvba, where a and bare letters and w and u are lists, possible empty! 3. (10 marks) Write a solution for a function/predicate that computes the shuffle of two lists: I? - shuffle ([a,b,c],[1,2,3]). X = [a,b,c,1,2,3] ? ; X = [a,b,1,c,2,3] ? ; X = [1,2,3, a,b,c] yes The shuffle operation is formally defined as: (a) swe=8 (b) waw vb = (wawvbu (wwvba, where a and bare letters and w and u are lists, possible empty
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
