News

I made this project to understand better how a linked list works in Python and practice most of the algorithms related to a linked list like: Reverse, Sort, or Delete ...
This post explains how to reverse a list in Python using one of three different methods. A useful trick that comes in handy in many Python apps.