What is test case 4
💡-linked-list-k-append
arushig.gupta4
(Arushi Gupta)
April 26, 2020, 6:49am
#1
if k>n
k=k-n;
is there any other specification to complete it?
keshavgupta0103
(Keshav Gupta)
April 26, 2020, 6:57am
#2
just replace k with k%n.