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 binary tree in computer science?
What is hashing in cyber security?
What is map entry?
How do you declare A pointer to array of three chars
Can arraylist store objects?
How is hashmap o 1?
Define dynamic data structures?
What is binary search tree and explain its time complexity?
Which is faster array or list?
What is a list in data structure?
Which is better hashmap or arraylist?
How can you correct these errors?
What do you know about the big-o notation and can you give some examples with respect to different data structures?
How to sequentially represent max-heap?
Explain Queue