Tracks
/
MIPS Assembly
MIPS Assembly
/
Exercises
/
Matching Brackets
Matching Brackets

Matching Brackets

Medium

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.

Registers

Register Usage Type Description
$a0 input address null-terminated input string
$v0 output boolean input has matching brackets (0 = false, 1 = true)
$t0-9 temporary any used for temporary storage

Source

Ginna Baker
Edit via GitHub The link opens in a new window or tab
MIPS Assembly Exercism

Ready to start Matching Brackets?

Sign up to Exercism to learn and master MIPS Assembly with 47 exercises, and real human mentoring, all for free.