sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
953 stars 293 forks source link

Infix to Prefix #848

Open theshaikasad opened 1 year ago

theshaikasad commented 1 year ago

🚀 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 commented 9 months ago

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