indra-kc / DSA

A collection of essential Data Structures and Algorithms implemented in Python.
0 stars 5 forks source link

Reverse a Linked List #15

Closed ShoomanKhatri closed 1 month ago

ShoomanKhatri commented 1 month ago

Problem: Reverse a singly linked list so that it points from tail to head.

ShoomanKhatri commented 1 month ago

Please assign this task to me.

indra-kc commented 1 month ago

done

ShoomanKhatri commented 1 month ago

completed