The visiting orders of a Postorder traversal and an Inorder traversal of a tree are shown below: Post-order: B D FACEG I
Posted: Fri Jun 10, 2022 11:58 am
The visiting orders of a Postorder traversal and an Inorder traversal of a tree are shown below: Post-order: B D FACEG In-order: GED BC FA What is the visiting order a Preorder traversal of the same tree? A. GEAF CD B B. GEC DBA F C. GED BC FA D. None of the above