only one test case is passing.
K-append Linked list
Your submission is showing 100% result, it was occurring cause of side cases which were if
k>n, k==n, or k=0
Which you have fixed.
only one test case is passing.
Your submission is showing 100% result, it was occurring cause of side cases which were if
k>n, k==n, or k=0
Which you have fixed.