51. Which of the following is an advantage of balanced binary search tree, like AVL tree, compared to binary heap?
52. What is the prime condition of AA-tree which makes it simpler than a red-black tree?
53. How can you save memory when storing color information in Red-Black tree?
54. Which of the following is incorrect with respect to binary trees?
55. Which node has the lowest priority in a treap?
56. What is the time complexity for searching k+1 auxiliary trees?
57. A treap is a combination of a tree and a heap.
58. An AVL tree is a self - balancing binary search tree, in which the heights of the two child sub trees of any node differ by . . . . . . . .
59. Which type of binary tree does rope require to perform basic operations?
60. For the tree below, write the in-order traversal.
/1725102308-54-1.png)
Read More Section(Binary Search Trees(B Tree))
Each Section contains maximum 100 MCQs question on Binary Search Trees(B Tree). To get more questions visit other sections.