heeelp.
I've got a test tomorrow on binary / expression trees, and I understand it all except this whole concept of writing expressions in prefix/postfix/infix. My teacher worked through changing the expression a term at a time, but I always seem to get stuck near the end...
How would I express this in pre/post fix?Code:6 + (5 + 1) * (3 - 2) ^ 2





Reply With Quote