Completed the LeetCode question #155 - Min Stack

The key trick lays where you restore the Minimum value after a Pop() operation.

https://leetcode.com/problems/min-stack/description/

Comments

Popular posts from this blog

Completed the LeetCode #2 adding two numbers