Remove Nth Node From End of List at Yandex
Medium51.0% acceptance
This problem has 37.5% frequency at Yandex.
Problem Description
Given the `head` of a linked list, remove the `nth` node from the end of the list and return its head.
Read full problem and hintsTopics
Also asked at 18 companies
More Yandex Questions
String CompressionMediumFind K Closest ElementsMediumValid PalindromeEasyMove ZeroesEasyPermutation in StringMedium
View all Yandex questions