Merge sorted linked list

Why this program gives TLE

It is working fine.

but on submission,it gives TLE

Try adding return 0 at the end of your code

tried, but still not working

i mean gives TLE still

Hey, you weren’t making a new list for each test cases.I have mentioned the changes in comment.Please do them