71. What is a time complexity for finding the longest substring that is repeated in a string?
72. What is a time complexity for finding the longest substring that is common in string S1 and S2 (n1 and n2 are the string lengths of strings s1, s2 respectively)?
73. What is a time complexity for finding the longest palindromic substring in a string by using the generalized suffix tree?
74. What is the other name for Suffix Tree?
75. AVL trees provide better insertion the 2-3 trees.
76. Which of the following is false?
77. Who proposed the concept of Suffix Tree?
78. The height of 2-3 tree with n elements is . . . . . . . .
79. Who among the following provided the first online contribution of Suffix Tree?
80. Statement 1: When a node is split during insertion, the middle key is promoted to the parent as well as retained in right half-node.
Statement 2: When a key is deleted from the leaf, it is also deleted from the non-leaf nodes of the tree.
Statement 2: When a key is deleted from the leaf, it is also deleted from the non-leaf nodes of the tree.
Read More Section(Advanced Trees (AVL, RedBlack, BTrees))
Each Section contains maximum 100 MCQs question on Advanced Trees (AVL, RedBlack, BTrees). To get more questions visit other sections.
