Hello everybody, i'm new at prolog and to improve my skills i'm trying to make some exercise.
At the moment I'm stuck with a BFS, let assume the tree is something like this:
a
/\
b c
/\
d e
after my query i've something like
X=a;
X=b;
X=c;
X=d;
X=e;
or, at least...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.