You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
🚀 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
The text was updated successfully, but these errors were encountered: