Challenge: Max Depth Parenthesis
Let’s learn how to find the depth of parentheses in a valid sequence of parentheses.
We'll cover the following...
Problem statement
Given a balanced parentheses expression, find the maximum depth of the parentheses. For example, in () the maximum ...