Vidyalelo
Data Structure · all questions

Binary Search Trees(B Tree)
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

275

Questions

14/14

Page

Pick an option on a question to see the right answer and solution.

What is the average case time complexity for finding the height of the binary tree?

Select an option to see the answer and solution.

What are the two different operations done in an AA-Tree?

Select an option to see the answer and solution.

Which of the following is the correct definition for a horizontal link?

Select an option to see the answer and solution.

What is the expected depth of a node in a randomized binary search tree?

Select an option to see the answer and solution.

Which of the following are used as an internal operation in Top tree?

Select an option to see the answer and solution.

How will you find the minimum element in a binary search tree?

Options are not available for this question.

Select an option to see the answer and solution.

Elements in a tree can be indexed by its position under the ordering of the keys and the ordinal position of an element can be determined, both with good efficiency.

Select an option to see the answer and solution.

What is the time complexity for inserting the string and forming a new string in the rope data structure?

Select an option to see the answer and solution.

In an AA-tree, we process split first, followed by a skew.

Select an option to see the answer and solution.

How many edges are present in Edge cluster?

Select an option to see the answer and solution.

What is the time complexity for splitting the string into two new string in the rope data structure?

Select an option to see the answer and solution.

Which of the following tree data structures is not a balanced binary tree?

Select an option to see the answer and solution.

What is the upper bound for a tango tree if k is a number of interleaves?

Select an option to see the answer and solution.

What is the time complexity of pre-order traversal in the iterative fashion?

Select an option to see the answer and solution.

How will you remove a left horizontal link in an AA-tree?

Select an option to see the answer and solution.