sukritishah15/DS-Algo-Point

Infix to Prefix

theshaikasad opened this issue ยท 1 comments

๐Ÿš€ 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

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