Skip to content

Analyse sequence of brackets to determine if the openings/closing are in correct order

Notifications You must be signed in to change notification settings

samfelgar/brackets-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brackets analyser

This is just a challenge solving project. Its goal is to analyse strings containing brackets and determine if the opening/closing order is correct.

Examples

"{([])} is valid"
"{([)]} is invalid"
"{([({})])} is valid"
"({{{[()]}}}) is valid"

About

Analyse sequence of brackets to determine if the openings/closing are in correct order

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages