exercism/csharp/matching-brackets
Ben Harris 588f26458c create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
..
.exercism some new ones i've been working on 2021-11-08 14:06:11 -05:00
.editorconfig some new ones i've been working on 2021-11-08 14:06:11 -05:00
HELP.md some new ones i've been working on 2021-11-08 14:06:11 -05:00
MatchingBrackets.cs some new ones i've been working on 2021-11-08 14:06:11 -05:00
MatchingBrackets.csproj create solution and update all to .net 6 2021-11-10 15:09:57 -05:00
MatchingBracketsTests.cs some new ones i've been working on 2021-11-08 14:06:11 -05:00
README.md some new ones i've been working on 2021-11-08 14:06:11 -05:00

README.md

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

  • @ErikSchierboom

Contributed to by

  • @j2jensen
  • @martinfreedman
  • @robkeim
  • @SleeplessByte
  • @vgrigoriu
  • @wolf99

Based on

Ginna Baker