Valid ParenthesesEasy

string stack

Decide whether a string of brackets ()[]{} is well-formed — every opener closed by the same type, in the correct nesting order. Two approaches, same problem — switch between them and watch how time and space trade off.

Press play to watch the algorithm run.
Metrics
Legend
How it works
0 / 0