AlgoMaster Logo

Find Median from Data Stream

numbers=[1, 2, 3]
0 / 12
stream:123keep two balanced halves, the median sits at the boundary
algomaster.io
Step:Start: stream = [1, 2, 3], track the median after every number