exercism-c/matching-brackets
Blizzard Finnegan b92478b09c
Init commit
Leap, Difference of Squares, Grains, Collatz Conjecture, Queen Attack,
Darts, Hamming, and Space Age completed yesterday.

Binary and Linked List completed today.
2025-01-11 18:45:47 -05:00
..
.exercism Init commit 2025-01-11 18:45:47 -05:00
test-framework Init commit 2025-01-11 18:45:47 -05:00
HELP.md Init commit 2025-01-11 18:45:47 -05:00
makefile Init commit 2025-01-11 18:45:47 -05:00
matching_brackets.c Init commit 2025-01-11 18:45:47 -05:00
matching_brackets.h Init commit 2025-01-11 18:45:47 -05:00
README.md Init commit 2025-01-11 18:45:47 -05:00
test_matching_brackets.c Init commit 2025-01-11 18:45:47 -05:00

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