Tagged Questions
0
votes
0answers
373 views
Tree enumeration, n-depth and m-width
I am trying to develop a java algorithm for the enumeration of n-depth and m-width trees:
Each node can have at maximum 7 children. Nodes are of different type: a first kind of node can have children ...