Topic: Queue Problem / Level: intermediate

Problem: Write a program to find the median of a stream of numbers using two queues.

Run the code to see the output here...