Testcase not pass
@jatinkumarjk2001 hey, use simple cases using the size of heaps, the way you are doing things in code, it will first compare the tops then size,
Instead, you should have three cases
- max_heap.size()==min_heap.size()
- max_heap.size()>min_heap.size()
- max_heap.size()<min_heap.size()
And at every step the difference in size should be at max of 1.
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.