Given that integers are read from a data stream. Find median of elements read so for in efficient way. For example, median of the stream, A = [1, 5, 3, 2, 6, 2, 3] is = 3. Note that we need to find the running median at any time of the stream. That is each […]