...

/

Challenge 10: Return the Nth node from End

Challenge 10: Return the Nth node from End

Try to solve the Return the Nth Node from End problem.

Statement

Given the head of a linked list, return the nthn^{th} node from the end of the linked list.

Constraints:

  • The number of nodes in the list is kk ...