You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is easier to code expression trees when your infix expression is in postfix form.Using stack I build an expressioon tree, all three traversals pre, in , post orders are code in the file.