Reverse a LinkedList (easy)

Problem Statement

Given the head of a Singly LinkedList, reverse the LinkedList. Write a function to return the new head of the reversed LinkedList.

Image

Try it yourself

Try solving this question here:

NaN
NaN

LOADING....
. . .