Reverse Linked List at Yandex
Easy80.2% acceptance
This problem has 37.5% frequency at Yandex.
Problem Description
Given the `head` of a singly linked list, reverse the list, and return _the reversed list_.
Read full problem and hintsTopics
Also asked at 35 companies
More Yandex Questions
Merge Two Sorted ListsEasyAdd Two NumbersMediumMerge k Sorted ListsHardLRU CacheMediumRemove Nth Node From End of ListMedium
View all Yandex questions