Good morning,
I would like to know how I could exchange all the nodes in a binary tree in prolog , so that
If we have a tree this way:
[[[[[],1,[]],5,[]],
7,
[[],3,[[],4,[]]]],
6,
[[[],10,[]],
8,
[[[],9,[]],11,[[],2,[]]]]]
I ca...
asked by
02.06.2017 / 17:15