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
A simple calculator app for basic operations that is addition, subtraction, multiplication and division. I implemented data structures in this project to convert infix to postfix expression to evaluate the expression according to the rule of mathematics. The data structure that is used in this project is Stack.