Skip to content

It checks if each opening parenthesis has a closing one.

Notifications You must be signed in to change notification settings

chubozeko/Parenthesis-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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++.