OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.56k stars 3.67k forks source link

Infix to Postfix notation conversion #642

Open weirdGuy opened 6 years ago

weirdGuy commented 6 years ago

https://en.wikipedia.org/wiki/Reverse_Polish_notation This is algorithm used to understand work of processor and manipulation with stack Reinvented by Dijkstra

akki5031 commented 6 years ago

@AdiChat i am doing this in c++

ayush1999 commented 6 years ago

@AdiChat I am doing this in Python!

gupta-shifali commented 6 years ago

@AdiChat Can I implement infix to postfix conversion in c++

AdiChat commented 6 years ago

Sure. Go for it 👍

akhil117 commented 6 years ago

@AdiChat Can I implement in java??

akhil117 commented 6 years ago

@AdiChat I added solution java Could you please review it https://github.com/OpenGenus/cosmos/pull/928

AdiChat commented 6 years ago

Merged 👍