HackClubRAIT / Wizard-Of-Docs

A open source project to bring all the data structures and algorithms docs under one repository.
MIT License
19 stars 42 forks source link

Reverse Linked List #147

Open surjyaneeh opened 2 years ago

surjyaneeh commented 2 years ago

Description

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

Programming language

Are you contributing under any open-source program?

HSOC'22