Microsoft interview question

coding in Python - how to eliminate stars from a string with parentheses.

Interview Answer

Anonymous

11 Nov 2023

I used a stack data structure.

2