Question: ***// CODE THIS IN PROLOG PROGRAMMING//*** Write a Prolog procedure remove_dups/2 which succeeds when the first parameter is a list of words/letters and the second
***// CODE THIS IN PROLOG PROGRAMMING//***
Write a Prolog procedure remove_dups/2 which succeeds when the first parameter is a list of words/letters and the second parameter is the first list with consecutive repeated words/letters removed For example: remove_dups([1,1,1,2,2,3,3,1,1,2,2,3],[1,2,3,1,2,3]).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
