Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 484 Bytes

Problem Statement.md

File metadata and controls

10 lines (7 loc) · 484 Bytes

Reverse LinkedList

Given the head of a singly linked list, reverse the list, and return the reversed list.

image image

Constraints: The number of nodes in the list is the range [0, 5000]. -5000 <= Node.val <= 5000