Page 1 of 1

What are the disadvantages of normal binary tree traversals?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) there are many pointers which are null and thus useless
b) there is no traversal which is efficient
c) complexity in implementing
d) improper traversals