Bloomberg Interview Question

Check if a string of brackets is balanced:

Interview Answer

Anonymous

Jul 22, 2020

Solved with stack and map of different brackets time: n space: n