how to find the number of possible tree in the given tree.
Answer Posted / mandeep
the formula is (2^n)-n.
where n=no.of nodes
| Is This Answer Correct ? | 67 Yes | 15 No |
Post New Answer View All Answers
Can you distinguish between ArrayList and Array?
Write a Program for Reverse a linked list.
What is the advantage of the heap over a stack?
What is sorting problem?
What are arrays used for?
What are different methods of collision resolution in hashing.
Can we use any class as map key?
How do you solve a selection sort?
List some applications of tree-data structure?
How many null values are allowed in hashmap?
Can you sort a hashset?
What are the categories of avl rotations?
How do I remove a value from a list?
How long does it take to master data structures and algorithms?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .