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 |
Explain the term recursive case?
What is stack in data structure with the example?
What is the top of a stack?
What is heap tree explain with example?
Can we store null in arraylist?
What type of memory allocation is referred for Linked lists?
List the differences between comparable and comparator interface?
What is structure of data type?
How many null values are allowed in hashmap?
What is ordered map?
What do you mean by sorting?
In what areas do data structures are applied?