Question: Write a recursive method which accepts two parameters: head of a linked list and a value k. Then it prints the kth to the last

Write a recursive method which accepts two parameters: head of a linked list and a value k. Then it prints the kth to the last element of a linked list. For example, if the linked list content is a->b->c->d and k is 3 it prints out b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
