python-mini-projects
python-mini-projects copied to clipboard
Data structure
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
Is this issue still active?
@Tu-Code of course