Topic: Stack Problem / Level: beginner

Problem: Implement a stack that supports push, pop, and getting the average of elements in constant time.

Run the code to see the output here...