dart-exercism/matching-brackets
2024-10-14 11:37:17 +02:00
..
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00
2024-10-14 11:37:17 +02:00

Matching Brackets

Welcome to Matching Brackets on Exercism's Dart 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. The string may also contain other characters, which for the purposes of this exercise should be ignored.

Source

Created by

  • @johnngugi

Contributed to by

  • @amscotti
  • @kytrinyx

Based on

Ginna Baker