DIY: Find Median from a Data Stream

Solve the interview question "Find Median from a Data Stream" yourself in this lesson.

We'll cover the following

Problem statement

You need to implement a data structure that will store a dynamically growing list of integers and provide efficient access to their median.

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.