Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 412 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 412 Bytes

Math expression brackets checker { ( [ ) ] }

This is example of algorithm that can be used for checking math expression brackets. It uses Stack as data structure for expression validation. In math expression every opened bracket must have it's closed one.

Example of valid expression

Imgur

Example of invalid expression

Imgur