Identify the reason which doesn’t play a key role to use threaded binary trees?
Posted: Wed Jul 13, 2022 7:42 pm
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
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