Practice coding challenges
6 problems
Design a stack that supports push, pop, top, and retrieving the minimum …
Given an array of integers temperatures represents the daily temperatures, return an …
Decode strings encoded as k[encoded_string].
Simulate asteroid collisions and return final state.
Remove k digits to make the smallest possible number string.
Return area of largest rectangle in histogram.