Vidyalelo
Data Structure · all questions

Advanced Trees (AVL, RedBlack, BTrees)
practice.

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

110

Questions

5/6

Page

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

Five node splitting operations occurred when an entry is inserted into a B-tree. Then how many nodes are written?

Select an option to see the answer and solution.

2-3-4 trees are B-trees of order 4. They are an isometric of . . . . . . . . trees.

Select an option to see the answer and solution.

Which of the following data clustering algorithm uses suffix tree in search engines?

Select an option to see the answer and solution.

Efficiency of finding the next record in B+ tree is . . . . . . . .

Select an option to see the answer and solution.

Compression techniques can be used on the keys to reduce both space and time requirements in a B-tree.

Select an option to see the answer and solution.

Auto complete and spell checkers can be implemented efficiently using the trie.

Select an option to see the answer and solution.

Which of the following the BST is isometric with the 2-3 tree?

Select an option to see the answer and solution.

Do all the nodes have at least two children in suffix tree.

Select an option to see the answer and solution.

What is a time complexity for finding all the tandem repeats?

Select an option to see the answer and solution.

2-3 tree is a specific form of . . . . . . . .

Select an option to see the answer and solution.

How much space does construction of suffix tree takes?

Select an option to see the answer and solution.

Which of the following is not true about the 2-3 tree?

Select an option to see the answer and solution.

Which of the following is not true?

Select an option to see the answer and solution.

B-tree and AVL tree have the same worst case time complexity for insertion and deletion.

Select an option to see the answer and solution.

What is a time complexity for finding all the maximal palindrome in a string?

Select an option to see the answer and solution.

In a B+ tree, both the internal nodes and the leaves have keys.

Select an option to see the answer and solution.

Which of the following is true?

Select an option to see the answer and solution.

What is a time complexity for checking a string of length n is substring or not?

Select an option to see the answer and solution.

Can suffix tree be used in string problems occurring in a text editor.

Select an option to see the answer and solution.

Can the two edges that are coming out of a node have labels of string beginning with the same character?

Select an option to see the answer and solution.