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
I've added a new reverse method of the Linked List and also fixed an error in the insert method of the Linked list.