how to find the number of possible tree in the given tree.
Answer Posted / tauqueer
2^n-1
if n=3 then
answer= 2^3-1=7.
example..
1
2 2
3/ \3 3/ \3
| Is This Answer Correct ? | 4 Yes | 20 No |
Post New Answer View All Answers
Which collection is used for sort?
Can we declare array size as a negative number?
Is pointer a variable in data structure?
Write a Program for Reverse a linked list.
Which one is the simplest sorting in data structure?
Explain the steps to insert data into a singly linked list?
How dynamic arrays are created?
Is list a data structure?
What member function places a new node at the end of the linked list?
What is the difference between arraylist and array?
Why is quicksort not stable?
How do you solve a selection sort?
What do you know about traversal in linked lists?
What is a dequeue?
How can you insert a node at the end of linked list?