Parallel Wireless interview question

write a function or a psudo code that checks if a string of {}, (), [] is valid. for example, (() is not valid, {()} is valud

Interview Answer

Anonymous

6 Feb 2024

I wrote a psudo code for them