Newer
Older
exercism-cpp / matching-brackets / README.md
@Wook Song Wook Song on 28 Oct 2022 496 bytes Easy: Add a solution for "Matching Brackets"
# Matching Brackets

Welcome to Matching Brackets on Exercism's C++ Track.
If you need help running the tests or submitting your code, check out `HELP.md`.

## Instructions

Given a string containing brackets `[]`, braces `{}`, parentheses `()`,
or any combination thereof, verify that any and all pairs are matched
and nested correctly.

## Source

### Created by

- @patricksjackson

### Contributed to by

- @elyashiv
- @jackhughesweb
- @KevinWMatthews
- @marvelou-s

### Based on

Ginna Baker