Skip to content

Latest commit

 

History

History

matching-brackets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Matching Brackets

Welcome to Matching Brackets on Exercism's Go Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

Given a string containing brackets [], braces {}, parentheses (), or any combination thereof, verify that any and all pairs are matched and nested correctly.

Source

Created by

  • @pminten

Contributed to by

  • @alebaffa
  • @bitfield
  • @dvrkps
  • @ekingery
  • @ferhatelmas
  • @hilary
  • @ilmanzo
  • @kytrinyx
  • @leenipper
  • @petertseng
  • @robphoenix
  • @rpottsoh
  • @sebito91
  • @strangeman
  • @tleen
  • @eklatzer

Based on

Ginna Baker