Skip to content

animesh-R/Parenthesis-Checker

About

When any open symbol i.e, ‘(‘, ‘{‘, ‘[‘ is encountered, it will be pushed in the stack. If any close symbol i.e, ‘)’, ‘}’, ‘]’ is encountered, any of the three can happen The TOS (Top Of Stack) is checked, if the encountered close symbol matches with its open symbol, then open symbol which is at TOS is popped out. (OR) The T…

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages