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 |
Do you know how to find if linked list has loop?
How to do the intersection of two sorted arrays?
What does the term sorting refer to?
How would you use qsort() function to sort the name stored in an array of pointers to string?
Which type of memory allocation is referred for linked list?
what is the biggest advantage of linked lists?
How to get the index of an array element?
Define threaded binary tree. Explain its common uses
What is red black tree in data structure?
Parenthesis is never required in postfix or prefix expressions, why?
What is an example of an array?
What is a subtree in data structures?