.. | ||
.exercism | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
HELP.md | ||
README.md |
Matching Brackets
Welcome to Matching Brackets on Exercism's Rust 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
- @petertseng
Contributed to by
- @ashleygwilliams
- @coriolinus
- @cwhakes
- @efx
- @Emerentius
- @ErikSchierboom
- @IanWhitney
- @ironhaven
- @lutostag
- @mkantor
- @nfiles
- @omer-g
- @petertseng
- @rofrol
- @stringparser
- @xakon
- @ZapAnton
Based on
Ginna Baker