Rekated to kth node from end

how to move fast pointer k times?

@harshulgarg21
by doing fast = fast->next k times.