Microsoft Interview Question

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

Interview Answer

Anonymous

Nov 11, 2023

I used a stack data structure.

2