Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
14.83k stars 4.84k forks source link

[Data Structures]: add Link-List project #566

Closed islam-kamel closed 2 years ago

islam-kamel commented 2 years ago

Data Structures

Types of data structures available

Another type of data structure will be added later


Doubly LinkedList Methods

Push
Pop
Get_Previous
Get_item
Get_list
Updata
Delete