Topic: Array Problem / Level: intermediate

Problem: Find the median of a large stream of numbers using two heaps (min-heap and max-heap).

Run the code to see the output here...