In the problem linked-list-k-append what should be the result if the value of k is greater then or equal to the number N?
Doubt about the results for a case
it should be (k%N) last digit.
In the problem linked-list-k-append what should be the result if the value of k is greater then or equal to the number N?
it should be (k%N) last digit.