...

/

Challenge: Balanced Parentheses

Challenge: Balanced Parentheses

Learn how to balance parentheses.

Problem statement

Write a program to check balanced symbols, such as {}, (), []. The closing symbol should be matched with the most ...