With ' N ' no of nodes, how many different Binary and Binary Search Trees possible ?
Posted
by siva
on Stack Overflow
See other posts from Stack Overflow
or by siva
Published on 2010-06-15T03:51:08Z
Indexed on
2010/06/15
4:02 UTC
Read the original article
Hit count: 259
tree
|binary-trees
For Binary tree: You no need to consider tree node values, I am interested about different tree topologies with 'N' nodes.
For Binary Search Tree: We obviously consider tree node values.
© Stack Overflow or respective owner