exercism-rust/matching-brackets
2023-08-22 14:14:30 -04:00
..
.exercism init commit 2023-08-21 13:50:14 -04:00
src Finish matching brackets 2023-08-22 14:14:30 -04:00
tests Finish matching brackets 2023-08-22 14:14:30 -04:00
.gitignore init commit 2023-08-21 13:50:14 -04:00
Cargo.toml init commit 2023-08-21 13:50:14 -04:00
HELP.md init commit 2023-08-21 13:50:14 -04:00
README.md init commit 2023-08-21 13:50:14 -04:00

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