patheard / matched-braces

Matched braces coding question in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matched braces

Checks if a given string contains balanced braces.

# Valid
[]{}()
{[[]]()}

# Invalid
[()
((((((((({=}))))))))

Run

make install
make test

About

Matched braces coding question in Python


Languages

Language:Python 73.4%Language:Dockerfile 19.0%Language:Makefile 7.6%