Topic: Queue Problem / Level: advanced

Problem: Implement a queue that supports insertion, deletion, and retrieval of the median in O(1) time.

Run the code to see the output here...