| .. | |||
| .exercism | 3 years ago | ||
| test | 3 years ago | ||
| CMakeLists.txt | 3 years ago | ||
| HELP.md | 3 years ago | ||
| README.md | 3 years ago | ||
| matching_brackets.cpp | 3 years ago | ||
| matching_brackets.h | 3 years ago | ||
| matching_brackets_test.cpp | 3 years ago | ||
Welcome to Matching Brackets on Exercism's C++ Track. If you need help running the tests or submitting your code, check out HELP.md.
Given a string containing brackets [], braces {}, parentheses (), or any combination thereof, verify that any and all pairs are matched and nested correctly.
Ginna Baker