Identify the reason which doesn’t play a key role to use threaded binary trees?

Q & ACategory: Data StructureIdentify the reason which doesn’t play a key role to use threaded binary trees?
Admin Staff asked 4 years ago

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 size

1 Answers
Admin Staff answered 4 years ago

d) They occupy less size