No. of possible ordered trees with n nodes ? Please give
formula (if any).
Answers were Sorted based on User's Feedback
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 |
What is data structure and its types?
Define in brief an array.
What is the order of selection sort?
Describe tree rotation in avl tree.
What is data structure operations?
Which method will arrange the element of an array in alphabetical order?
Why quicksort is faster than merge sort?
What do you mean by balance factor of a node in avl tree?
What is int data type?
What thread means?
Is an arraylist a vector?
Is pointer a variable in data structure?