Skip to content

shashankchandak/InfixToPostfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

InfixToPostfix

Infix expressions are what humans use to solve normally by considering the precedence of the operators but computers use stack to solve expressions. And without taking care of operator’s precedence prefix and postfix expressions are used to solved by systems.

What does this code do ?

  1. Checks whether expression is well parenthesized or not.

  2. Converts infix expression to postfix

  3. Evaluates the postfix expression to get the result (can handle any number of digits).

Releases

No releases published

Packages

No packages published

Languages