how to find the number of possible tree in the given tree.
Answer Posted / baskerdearer
number of possible tree = (2 power n) - n.
for example:
A tree contain three node.
so n=3.
possible tree = 8 - 3 = 5.
| Is This Answer Correct ? | 179 Yes | 26 No |
Post New Answer View All Answers
What do you mean by general trees?
Can arraylist have duplicates?
What is ds heap sort?
Explain implementation of traversal of a binary tree.
How does hashset work internally in java?
How do you check if a stack is empty or not?
Which is faster hashmap or concurrenthashmap?
What is worst case complexity algorithm?
State the difference between stacks and linked lists?
What is doubly linked list in data structure?
What is difference between hashmap and treemap?
Which sorting is best?
Who invented data structure?
In what order the elements of a hashset are retrieved?
Define a tree?