Microsoft interview question

Write a program to detect matching brackets

Interview Answer

Anonymous

Mar 23, 2020

They are looking for a stack implementation to solve this.

1