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

Infix to Prefix #848

Open
theshaikasad opened this issue Oct 15, 2022 · 1 comment
Open

Infix to Prefix #848

theshaikasad opened this issue Oct 15, 2022 · 1 comment

Comments

@theshaikasad
Copy link

theshaikasad commented Oct 15, 2022

🚀 Feature

I noticed a file called infix to postfix and the program converts infix to postfix, I didn't see a program that converts infix to prefix so I wanna add that program in the java folder.

Example:

input: (A+B^C)D+E^5
output: +
+A^BCD^E5

Have you read the Contribution Guidelines?

yes

Pitch

It is a new one (not already present)

Assignees -
@theshaikasad - Java

@adit-shriyans
Copy link

Hi, I have added InfixToPrefix.java and added it to readme file, please assign me the issue
added feature #848

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants