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

Postfix to Prefix Conversion #369

Closed pallavivaswani closed 3 years ago

pallavivaswani commented 3 years ago

Feature ✅

Description

Conversion input infix equation to postfix expression

Example

Input: XY+UV-/ Output: /+XY-UV

Checklist:

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

uddeshyatyagi commented 3 years ago

@pratik-choudhari ,please assign this to me, i have already worked on it. Thank you

373