i am getting tle , pls help
my code https://ide.codingblocks.com/s/89234
Merge Sorted Linked Lists problem
I have modified your code a little bit. I have used while loop for building a list, instead of for loop. Try to submit now.
I have modified your code a little bit. I have used while loop for building a list, instead of for loop. Try to submit now.