Reverse Linked List

Easy
Problem Description

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

Linked List
Recursion
Code Editor
Output