Skip to content

nemanjapetrovic/bracket-checker

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages