Bloomberg interview question

the coding challenge was min stack problem

Interview Answer

Anonymous

10 Mar 2024

After solving the problem using the brute force approach, I wasn't even aware that it was a minimum stack problem. However, through optimization, I was able to arrive at an optimal solution.