Skip to content

Commit 6a89d71

Browse files
Clarify matching-brackets description (#2188)
The string can also contain other characters Closes #2187
1 parent 96578a8 commit 6a89d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Description
22

33
Given a string containing brackets `[]`, braces `{}`, parentheses `()`, or any combination thereof, verify that any and all pairs are matched and nested correctly.
4+
The string may also contain other characters, which for the purposes of this exercise should be ignored.

0 commit comments

Comments
 (0)