Your question is O(1) Min Stack Implementation. Take a moment with it on the right.
Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).
Implement a custom stack that supports push, pop, and finding the minimum element, ensuring all operations run in O(1) time complexity.