exercism/kotlin/bracket-push/README.md
2017-08-14 07:53:05 -04:00

13 lines
315 B
Markdown

# Bracket Push
Given a string containing brackets `[]`, braces `{}` and parentheses `()`,
verify that all the pairs are matched and nested correctly.
## Source
Ginna Baker
## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.