Skip to content

Commit

Permalink
exercises(matching-brackets): sync docs (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 authored Feb 23, 2023
1 parent d47b204 commit 8cfb0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/practice/matching-brackets/.docs/instructions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 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.

0 comments on commit 8cfb0cc

Please sign in to comment.