InterviewSolution
Saved Bookmarks
| 1. |
Identify the reason which doesn’t play a key role to use threaded binary trees?(a) The storage required by stack and queue is more(b) The pointers in most of nodes of a binary tree are NULL(c) It is Difficult to find a successor node(d) They occupy less sizeQuestion is taken from Binary Trees using Linked Lists in section Binary Trees of Data Structures & Algorithms II got this question in exam. |
|
Answer» Right choice is (d) They occupy less SIZE |
|