/Infix-to-Prefix-Convertion-by-Python

Reverse the infix string. Note that while reversing the string you must interchange left and right parentheses. Obtain the postfix expression of the infix expression Step 1.Reverse the postfix expression to get the prefix expression

Primary LanguagePython

No issues in this repository yet.