Pregunta de entrevista de Meta

Leetcode string problem: Similar to balancing a string of brackets.

Respuesta de la entrevista

Anónimo

27 oct 2021

I answered it by using a queue to balances the brackets, but it also had other character types that caused the problem to get tricky when balancing the string