ashvish183 / Hactoberfest2023

Add any code of DSA
13 stars 233 forks source link

Create Reverse_linked_list.cpp #80

Closed mansi1309 closed 6 months ago

mansi1309 commented 1 year ago

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers , the task is to reverse the linked list.