-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add stack representation in Infix Prefix Postfix Calculator #1236
Comments
Hey @its-kumar-yash, Welcome to the project CalcDiverse! 🎊 |
We already have Infix Prefix Postfix Calculator @its-kumar-yash |
@Rakesh9100 but that doesn't show the steps in form of stack |
You can enhance that calculator then and add more features @its-kumar-yash |
Do you want to proceed @its-kumar-yash |
@Rakesh9100 Yes |
Go ahead @its-kumar-yash |
Provide your PR @its-kumar-yash |
@Rakesh9100 I can do this |
Proceed @Nishakulkarni06 |
Hello @its-kumar-yash! Your issue #1236 has been closed. Thank you for your contribution!! 🙌 |
Description
The program converts an infix mathematical expression to both postfix and prefix forms while displaying the conversion steps. It uses stacks to manage operators and parentheses. It reverses the input expression for processing, maintains precedence rules, and generates steps for both conversions, displaying them in separate tables.
Screenshots
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: