No. of possible ordered trees with n nodes ? Please give
formula (if any).

Answers were Sorted based on User's Feedback



No. of possible ordered trees with n nodes ? Please give formula (if any)...

Answer / rohit

I think it will be solved using catalan number.
using the formula 2(n-1) C (n-1) /n;

Is This Answer Correct ?    8 Yes 4 No

No. of possible ordered trees with n nodes ? Please give formula (if any)...

Answer / c y rao

2(n!)

Is This Answer Correct ?    8 Yes 21 No

Post New Answer

More Data Structures Interview Questions

Is array a linked list?

0 Answers  


What is linear and non linear structure?

0 Answers  


Write a program using mergesort technique.

0 Answers   iNautix,


what is the different between B-tree and B+ tree.

8 Answers   Syntel,


What is adt example?

0 Answers  






What is height balanced tree?

0 Answers  


Which method will arrange the element of an array in alphabetical order?

0 Answers  


What is binary search in programming?

0 Answers  


How hashmap increases its size?

0 Answers  


What are the four characteristics of algorithms?

0 Answers  


Define 2-3 tree?

0 Answers  


Why do we use sorting?

0 Answers  


Categories