DIY: Find Median from a Data Stream
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.
Coding
...Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy