1.
What is the worst case possible height of AVL tree?
2.
Which of the following is a self-adjusting or self-balancing Binary Search Tree
3.
Which of the following is true
4.
Which of the following is true about Red Black Trees?
5.
Which of the following is true about AVL and Red Black Trees?
6.
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node? (GATE CS 2010)
7.
Which one of the following is a key factor for preferring B-trees to binary search trees for indexing database relations?
8.
B+ trees are preferred to binary trees in databases because (GATE CS 2000)
9.
Which of the following is FALSE about B/B+ tree
10.
What is common in three different types of traversals (Inorder, Preorder and Postorder)?