where i am wrong in the code
Linked list k th append
3 out of 6 test case passed
Hey @officialharshit1996
try taking k=k%length of linked list i.e k%=n before rest of the logic
Let me know if this works or not
Because when k is greater than n
than say k =n+1 so you have to actually append only 1 node at last here