- #1
- 57
- 0
Homework Statement
I am having a hard time figuring out this postfix expression and turning it into a binary tree: ABCD+*/E-
The Attempt at a Solution
what's confusing me is the left side of the tree - the ABCD - I know the right side of the tree would look like this: - is the root and * / E
Any help would be greatly appreciated