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 are the applications of linked list?
Why is it called bubble sort?
What is the data structures used to perform recursion?
What is the Insertion Sort Code?.
Why is quicksort so fast?
What is the difference between file structure and storage structure?
What are the properties of binary tree?
What is queue example?
Define primary clustering?
Define a linear data structure.
Define structure property in a heap?
Which sorting is stable?