Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack, Darts, Hamming, and Space Age completed yesterday. Binary and Linked List completed today. |
||
---|---|---|
.. | ||
.exercism | ||
test-framework | ||
HELP.md | ||
makefile | ||
matching_brackets.c | ||
matching_brackets.h | ||
README.md | ||
test_matching_brackets.c |
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
- @vlzware
Contributed to by
- @h-3-0
- @patricksjackson
- @QLaille
- @ryanplusplus
- @sjwarner
- @wolf99
Based on
Ginna Baker