Home /
Expert Answers /
Computer Science /
consider-the-bst-if-you-perform-a-postorder-traversal-on-this-binary-search-tree-what-would-be-th-pa299
(Solved): Consider the BST:
If you perform a postorder traversal on this binary search tree, what would be th ...
Consider the BST:
If you perform a postorder traversal on this binary search tree, what would be the correct sequence of visited nodes?
a.
15 4 3 5 10 8 18 16
b.
3 8 10 5 4 16 18 15