raj457036 / Simple-Tools

This repo contains simple tools like clock, Calculator, etc.
https://raj457036.github.io/Simple-Tools/
32 stars 10 forks source link

Incorrect output for any expression containing $ #16

Open mukundvijay123 opened 2 weeks ago

mukundvijay123 commented 2 weeks ago

Pls fix your code for infix to postfix ''' a$b$c--->abc $$ and not ab$c$ '''

Nikunj-Mittal commented 2 weeks ago

Yes, good issue pointed. The code doesn't seem to accommodate exponential operator. The correct answer is abc$$ where $ is the exp operator. @raj457036 Please fix this.