DEV Community

Saurabh Kumar
Saurabh Kumar

Posted on

Linked List - Python

Goodies for Python lover.

DSA - https://github.com/skwebdeveloper/Python_DataStructure/blob/master/SingleLinkedList.py

Data structure and algorithms I personally worked on it just for you people. A basic understanding of Linked List. It covers -

  1. How we can create a list.

  2. How we can Delete a list.

  3. How we Add a new list.

And a lot. You can simply check it out. You will definitely love this one. Run it on your code editor.

Link - https://github.com/skwebdeveloper/Python_DataStructure/blob/master/SingleLinkedList.py

More coming soon.

Top comments (0)