Challenge 2: Balance Parenthesis
Given an array that contains opening and closing brackets, check whether or not the brackets are balanced in the array.
We'll cover the following...
Problem Statement
Implement a function that takes an array ...