Running Median - Wrong Answer

@abhishekchoudhary you are not making the case properly, and you have made cases such that they overlap, and intersect.
Make three simple cases,
x>y
x==y
x<y
Also if you are already using STL there is no need to create so many functions, you can easily replace x and y with size and for insertion and deletion use simple push and pop.
If this resolves your doubt mark it as resolved.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.