/Expression--Tree-all-in-depth-traversals-

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.

Primary LanguageC++

Watchers