Learn more about our help with Assignments: Prolog
Comments
Assignment Expert
20.12.16, 17:14
Dear charalampos, please use panel for submitting new questions.
charalampos
18.12.16, 19:24
precede_list (X, Y) is true when the list X precedes Y list. Example:
?-precede_list ([1,2], [1, 2, 3]). Yes So what predicate should i
exactly write in order to work
Comments
Dear charalampos, please use panel for submitting new questions.
precede_list (X, Y) is true when the list X precedes Y list. Example: ?-precede_list ([1,2], [1, 2, 3]). Yes So what predicate should i exactly write in order to work