This project is an example of using a Stack Algorithm to check the correct matching of brackets { }, [ ], and ( ) in a given string. A Stack Algorithm is an algorithm that uses a data structure called ...