Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 285 Bytes

instructions.md

File metadata and controls

4 lines (3 loc) · 285 Bytes

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.