Advance Data Structure Quiz-B-2 assesses knowledge on complex data structures like R-B Trees and 2-3 Trees. Topics include tree height, node properties, and structural changes after modifications. Essential for learners aiming to deepen understanding in computer science data management.
A 2-3 Tree may have root node with only one child
Maximum number of children of any node is 3
A leave can hight either 2 or 3 in a 2-3 tree
Minimum number of children of any node is 2.
Rate this question:
Both trees will be same in all cases
Both will be different in all the cases
Both trees may be same or different depending on the case.
Rate this question:
Both trees will be same in all cases
Both will be different in all the cases
Both trees may be same or different depending on the case.
Rate this question:
2exp(h-1)-1
2exp(h+1)-1
2exp(h)-1
2exp(h+1)-1
Rate this question:
2-3 tree
Binary search Tree
Binomial Heap
Fibonacci Heap
Rate this question:
Insert
Find
Delete
None of these
Rate this question:
(n+1)/2
(n-1)/2
(n/2)-1
(n+1)/2
Rate this question:
O(nlg(n))
O(√n)
O(n)
O(lg(n))
Rate this question:
Binary Tree
Binary Search Tree
Max- heap
Min-Heap
Rate this question:
LL
LR
RL
None of these
Rate this question:
4
5
6
7
Rate this question:
Pre-order
Post-order
In-order
None of these
Rate this question:
925, 202, 911, 240, 912, 245, 258, 363
924, 220, 911, 244, 898, 258, 362, 363
925, 202, 911, 240, 912, 245, 258, 363
2, 399, 387, 219, 266, 382, 381, 278, 363
(4,7)
(7,4)
(8,3)
(3,8)
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.