No. of possible ordered trees with n nodes ? Please give
formula (if any).
Answer Posted / 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 |
Post New Answer View All Answers
Is heap sort adaptive?
What is a hashmap in c?
What is array traversing?
Why do we need sorting algorithms?
Write a code for dynamic allocation of array.
What is a graph?
What is difference between array and arraylist? When will you use array over arraylist?
Which is faster hashset or treeset?
What is an example of an array?
How to initialize Dictionary using collection initialize?
Define data type and what are the types of data type?
What is a string array?
How memory is reserved using a declaration statement in data structure?
Does arraylist maintain insertion order?
Explain binary tree traversals?