raj457036 / Simple-Tools

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

Validation issue in Infix to Prefix/ Postfix #2

Closed harikesh409 closed 3 years ago

harikesh409 commented 4 years ago

If we give any input that has mismatched parenthesis the page hangs and the code is stuck in an infinite loop, so I suggest to do some validation so that the page doesn't hang.