Can anyone write a prolog routine for me for
disjoint([1,2,3],[2,3,4],Ans) binds Ans to [1,4]
coz though i managed to understand the concept, i dont know how to implement it by programming.
I cant use reserved words found in prolog for my assignment.
thnx
lor