Merge K sorted arrays problem


The code is working fine for sample input but none of the test cases are passing.
Please help me debugging the error.

logic and code both are correct

only mistake you have done is while printing
don’t print result[x] only print x

for(auto x:result)
because x are values in result not the index

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.