ZoomInfo Interview Question

How to determine if all parenthesis in a String are closed?

Interview Answer

Anonymous

Nov 5, 2019

Use a stack

1