how to find the number of possible tree in the given tree.

Answer Posted / rohit

Question is wrong XXXX
it should be how to find no. of distinct binary tree ????

ANSWER IS--- (1/(n+1))*2nCn

Is This Answer Correct ?    6 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an example of an array?

551


What are the properties of binary tree?

505


How do I push an element into a stack?

485


Describe tree database. Explain its common uses.

547


What is the best data structure and algorithm to implement cache?

519






What is meant by balanced binary tree?

487


Is map a data structure?

484


Write a recursive c function to calculate the height of a binary tree.

497


Which language is best for data structures?

514


What is the relationship between a queue and its underlying array?

709


What are the applications of graph data structure?

474


What do you mean by overflow and underflow?

539


write a code for Implementation of stack and queues.

523


What is the complexity of sorting algorithm?

495


On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.

603