Answers

Question and Answer:

  Home  OS Data Structures

⟩ Do you know how to find the number of possible tree in the given tree?

number of possible tree = (2 power n) - n.

for example:

A tree contain three node.

so n=3.

possible tree = 8 - 3 = 5.

 141 views

More Questions for you: