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


Please Help Members By Posting Answers For Below Questions

Will hashmap allow null keys?

506


what is the difference between singly and doubly linked lists?

539


What is meant by binary tree traversal?

566


Is arraylist heterogeneous?

500


How does hashset work internally in java?

519






What is modcount in hashmap?

500


What is the top of a stack?

517


What are the disadvantages of linked list over array?

465


Give a real time example of stack

550


What is data structure? Explain.

538


If we try to add duplicate key to the hashmap, what will happen?

487


Which is faster binary or linear search?

485


Differentiate between list and map.

595


What is a treemap used for?

480


Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?

614