Data structure
Author: islam-kamelCreated Jan 12, 2022Updated May 20, 2022
# Data Structures
### Types of data structures available
- **Doubly LinkedList**
### Another type of data structure will be added later
### Doubly LinkedList Methods Push Pop Get_Previous Get_item Get_list Updata Delete
### 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
Source: Python-World/python-mini-projects