only two test case passed
Run time error
Linked list - K Append
problem resolved but I have more query that instead of making such an big code can I also use the stl to solve such problems on linked list
@2018kucp1041 Hey you can use STL for solving the linked list problems. But I would not recommend, especially when you are practicing, main aim of linked list question is to check how good you in understanding pointers.
If this resolves your doubt mark it as resolved.