exercism/elixir/matching-brackets/README.md

32 lines
683 B
Markdown
Raw Permalink Normal View History

2024-07-07 01:30:26 +00:00
# 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