Java icon indicating copy to clipboard operation
Java copied to clipboard

[FEATURE REQUEST] <title>Addition of InfixtoPostfix and PostfixtoInfix algorithm

Open Yashoda2003 opened this issue 2 years ago • 4 comments

What would you like to Propose?

I am interested to add the InfixtoPostfix and PostfixtoInfix algorithm

Issue details

1)problem : InfixtoPostfix algorithm example: Input: A + B * C + D Output: ABC*+D+

2)problem : Postfixtoinfix algorithm example: Input : abc++ Output : (a + (b + c))

Additional Information

No response

Yashoda2003 avatar Oct 01 '23 15:10 Yashoda2003

@Yashoda2003 , can you assign this issue to me

cherindranathreddy avatar Oct 02 '23 11:10 cherindranathreddy

I have made a PR #4563 regarding this can you review and merge it

Kaushik2201 avatar Oct 02 '23 14:10 Kaushik2201

@Yashoda2003 Kindly assign this issue to me

Kabirsharma2607 avatar Oct 02 '23 15:10 Kabirsharma2607

@Yashoda2003 i'm intrested to contribute to this issue can you assign this issue to me

Aaqilyousuf avatar Oct 24 '23 04:10 Aaqilyousuf

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 contribution!

github-actions[bot] avatar Feb 15 '24 00:02 github-actions[bot]

Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

github-actions[bot] avatar Feb 22 '24 00:02 github-actions[bot]