Topic: Stack Problem / Level: intermediate

Problem: Implement a function to find the maximum depth of nested parentheses in a string using a stack.

Run the code to see the output here...