Skip to content
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

Open
KhushiChaudhary744 opened this issue Sep 30, 2021 · 8 comments
Open

Postfix to Infix using Stack #2339

KhushiChaudhary744 opened this issue Sep 30, 2021 · 8 comments
Assignees
Labels

Comments

@KhushiChaudhary744
Copy link
Contributor

@KhushiChaudhary744 KhushiChaudhary744 commented Sep 30, 2021

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.

@siriak
Copy link
Member

@siriak siriak commented Sep 30, 2021

Hi, the solution to what? Could you share a link to a Wikipedia page about that problem? Thanks

@ArpitaGupta4086
Copy link

@ArpitaGupta4086 ArpitaGupta4086 commented Sep 30, 2021

@siriak I'm a Hacktoberfest Participant. I have a good knowledge of Java Programming. Can I please take this up?

@KhushiChaudhary744
Copy link
Contributor Author

@KhushiChaudhary744 KhushiChaudhary744 commented Sep 30, 2021

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

@siriak
Copy link
Member

@siriak siriak commented Oct 1, 2021

Ok, go ahead!

@sakshi-tiwari670
Copy link

@sakshi-tiwari670 sakshi-tiwari670 commented Oct 11, 2021

Input : abc++
Output : (a + (b + c))

Input : abc+
Output : ((a
b)+c)

I have done this problem before .May you plz assign this to me

@IMPranshu
Copy link

@IMPranshu IMPranshu commented Dec 7, 2021

Have you uploaded your code yet?

@ilaydaozdemir99
Copy link

@ilaydaozdemir99 ilaydaozdemir99 commented Dec 8, 2021

Hi @siriak if no one did a pr yet can I work on this ?

@github-actions
Copy link

@github-actions github-actions bot commented Jan 8, 2022

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.

@github-actions github-actions bot added the stale label Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants