Reverse Linked List at Google
Easy80.2% acceptance
This problem has 62.5% frequency at Google.
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 Google Questions
Add Two NumbersMediumMerge Two Sorted ListsEasyLRU CacheMediumDecode StringMediumRegular Expression MatchingHard
View all Google questions