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
Describe tree rotation in avl tree.
Which is faster array or list?
Can arraylist be empty?
What member function places a new node at the end of the linked list?
How to get largest and smallest number in an array?
What do you mean by level of the tree?
What are the different types of collections?
Which sorting algorithm is considered the fastest?
What is the structure of an array?
What is bubble sort algorithm in data structure sort and searching?
Is heap sort faster than quicksort?
What is data structure definition?
Difference between abstract data type, data type and data structure?
Which sorting algorithm is the slowest?
What is the difference between length () and size () of arraylist?