13 lines
315 B
Markdown
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.
|