What are the disadvantages of normal binary tree traversals?
Posted: Wed Jul 13, 2022 7:42 pm
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
b) there is no traversal which is efficient
c) complexity in implementing
d) improper traversals