Nielit Scientist-B CS 4-12-2016
April 5, 2025Programming
April 5, 2025Nielit Scientist-B CS 4-12-2016
Question 15 |
Which of the following need not be a binary tree?
Search tree | |
Heap | |
AVL tree | |
B tree |
Question 15 Explanation:
B trees need not be the binary tree. B trees may have more than 2 children. The order of B tree is maximum number of children a node can have.
Correct Answer: D
Question 15 Explanation:
B trees need not be the binary tree. B trees may have more than 2 children. The order of B tree is maximum number of children a node can have.