Bug Report for https://neetcode.io/problems/minimum-stack The main optimal soutioin describe in solution will fail for this test case ["MinStack","push",1,"pop","getMin"] it still gives min even though the stack got cleandup.
Bug Report for https://neetcode.io/problems/minimum-stack
The main optimal soutioin describe in solution will fail for this test case ["MinStack","push",1,"pop","getMin"]
it still gives min even though the stack got cleandup.