how to find the number of possible tree in the given tree.
Answer Posted / himani
(2^n)-n. where n is no. of nodes
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
Define probing?
What is difference between concurrenthashmap and hashtable?
Why is hashmap used?
Define root?
How do you assign an address to an element of a pointer array ?
What are the advantages of binary search over linear search?
State the advantages of using postfix notations?
Differentiate file structure from storage structure?
Explain what are the major data structures used in the hierarchical data model?
What stack means?
Write a data structure for a queue.
What is bubble sort and quick sort?
How does variable declaration affect memory allocation?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
List some applications of queue data structure.