issues
search
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
15.01k
stars
4.89k
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
Doubly LinkedList
Another type of data structure will be added later
Stack
Binary Tree
Binary Search Tree
Heap
Hashing
Doubly LinkedList Methods
Push Pop Get_Previous Get_item Get_list Updata Delete
Data Structures
Types of data structures available
Another type of data structure will be added later
Doubly LinkedList Methods