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
What is data structure operations?
How to reverse singly link list?
Which sorting has less time complexity?
Why sorting is done?
What do you know about traversal in linked lists?
Which is the simplest file structure?
Can list contain null values?
What do you mean by overflow and underflow?
Is file a data structure?
Which sorting is best for large data?
How dynamic arrays are created?
State the rules to be followed during infix to prefix conversions?
Is queue fifo or lifo?
Differentiate between singly and doubly linked lists?
How to check array contains value or not?