Menu

Trees Questions

MCQ
121.
What is the disadvantage of using splay trees?
forum Discussion
MCQ
122.
The null left pointer pointing to predecessor and null right pointer pointing to successor. how many types of threaded tree are possible with this convention?
forum Discussion
MCQ
123.
What are double and single threaded trees?
forum Discussion
MCQ
124.
What is the location of parent node for any arbitary node i?
forum Discussion
MCQ
125.
What is the complexity of given function of insertion.
forum Discussion
MCQ
126.
Which of these operations have same complexities?
forum Discussion
MCQ
127.
What is direct addressing?
forum Discussion
MCQ
128.
What is the search complexity in direct addressing?
forum Discussion
MCQ
129.
When is it appropriate to use direct addressing?
forum Discussion
MCQ
130.
What is the time complexity to insert an element into the direct address table?
forum Discussion