the coding challenge was min stack problem
Utilisateur anonyme
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.