larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.28k stars 908 forks source link

Added a new reverse method of Linked List and fixed an error in the insert method of LinkedList #201

Closed GauravJaiswal17 closed 2 years ago

GauravJaiswal17 commented 2 years ago

I've added a new reverse method of the Linked List and also fixed an error in the insert method of the Linked list.

larymak commented 2 years ago

Thanks for working on fixing the error and your addition of reverse method