how to find the number of possible tree in the given tree.
Answer Posted / mandeep
the formula is (2^n)-n.
where n=no.of nodes
| Is This Answer Correct ? | 67 Yes | 15 No |
Post New Answer View All Answers
Can we insert null in hashset?
Why is quicksort so fast?
How can you represent a linked list node?
How do you search for a target key in a linked list?
What is nsmutablearray?
How can we delete the first node from the singly linked list?
Explain set interface?
Define linked lists?
Which is the parent class of list
What is the difference between arrays sort and collections sort?
Define adjacent nodes?
How does a selection sort work?
Does arraylist extend list?
Does hashtable allow null values?
Do you know how to find if linked list has loop?