Pergunta de entrevista da empresa Modern Electron

Validate an expression: a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.

Resposta da entrevista

Sigiloso

9 de mar. de 2020

It can be done by using stacks.