[UVA][Tree] 712 - S-Trees
S-Trees
A Strange Tree (S-tree) over the variable set
is a binary tree representing a Boolean function
.
Each path of the S-tree begins at the root node and consists of n+1 nodes. Each of the S-tree's nodes has a depth, which is the amount of nodes...