/Parenthesis-Checker

It checks if each opening parenthesis has a closing one.

Primary LanguageC++

Parenthesis Checker

Checks if each opening parenthesis in an expression has a closing one.

Created as a Class Exercise for the "Algorithms & Programming" course [CPE223].

Developed in C++.