TheAlgorithms / Java Public
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
Postfix to Infix using Stack #2339
Comments
Hi, the solution to what? Could you share a link to a Wikipedia page about that problem? Thanks |
@siriak I'm a Hacktoberfest Participant. I have a good knowledge of Java Programming. Can I please take this up? |
Hey so basically I will be converting a postfix expression to infix using stack. Basically the opposite of this https://en.wikipedia.org/wiki/Shunting-yard_algorithm |
Ok, go ahead! |
Input : abc++ Input : abc+ I have done this problem before .May you plz assign this to me |
Have you uploaded your code yet? |
Hi @siriak if no one did a pr yet can I work on this ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey, I am a participant of Hacktoberfest and would like to contribute to this repo.
I already have the solution and need the greenflag to upload it.
The text was updated successfully, but these errors were encountered: