Topic: Stack Problem / Level: intermediate

Problem: Implement a stack that supports finding the kth largest element in O(1) time.

Run the code to see the output here...