exercism/elixir/matching-brackets
Danil Negrienko 34e04eff6a matching_brackets 2024-07-06 21:30:26 -04:00
..
.exercism matching_brackets 2024-07-06 21:30:26 -04:00
lib matching_brackets 2024-07-06 21:30:26 -04:00
test matching_brackets 2024-07-06 21:30:26 -04:00
.formatter.exs matching_brackets 2024-07-06 21:30:26 -04:00
.gitignore matching_brackets 2024-07-06 21:30:26 -04:00
HELP.md matching_brackets 2024-07-06 21:30:26 -04:00
README.md matching_brackets 2024-07-06 21:30:26 -04:00
mix.exs matching_brackets 2024-07-06 21:30:26 -04:00

README.md

Matching Brackets

Welcome to Matching Brackets on Exercism's Elixir 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

  • @jimmbraddock

Contributed to by

  • @angelikatyborska
  • @Cohen-Carlisle
  • @devonestes
  • @lex57ukr
  • @lpil
  • @neenjaw
  • @parkerl
  • @sotojuan
  • @waiting-for-dev
  • @workingjubilee

Based on

Ginna Baker