pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

Infix to Prefix Conversion #368

Closed pallavivaswani closed 3 years ago

pallavivaswani commented 3 years ago

Feature ✅

Description

Conversion input infix equation to postfix expression

Example

Input: ((a / b) + c) - (d + (e * f ))

Output: -+/abc+d*ef

Checklist:

Contributors are supposed to mention their coding language while asking for assignment

0zymandias11 commented 3 years ago

hey, for my 2nd pull req. can you assign this one to me my first one was Abundant Number Issue 348

ill be using java again

PriyanshuGangwar commented 3 years ago

hey, can you assign this to me in C++ ??

ghanender-chauhan commented 3 years ago

asiign me this i will do in python

harshitalashkari commented 3 years ago

Hey can you assign this o me!! I'll use Java