Re: [algogeeks] Re: Median in stream of running integers

2013-03-25 Thread atul anand
@rahul : yes On 3/24/13, rahul sharma rahul23111...@gmail.com wrote: So we need to implement prelocate down for deletion? On Sunday, March 24, 2013, atul anand atul.87fri...@gmail.com wrote: yeah implementation is wrong. On 3/24/13, tec technic@gmail.com wrote: The heap implementation

[algogeeks] Re: Median in stream of running integers

2013-03-24 Thread rahul sharma
So we need to implement prelocate down for deletion? On Sunday, March 24, 2013, atul anand atul.87fri...@gmail.com wrote: yeah implementation is wrong. On 3/24/13, tec technic@gmail.com wrote: The heap implementation is wrong to only prelocate up on deletion top. 15