Topic: Stack Problem / Level: advanced

Problem: Write a stack-based solution for solving the problem of finding the k-th largest element in a stream of numbers.

Run the code to see the output here...