Topic: Stack Problem / Level: beginner

Problem: Implement a function to push elements into a stack and remove elements less than a given threshold.

Run the code to see the output here...