In this repo I implement various different Data Structures in python and their respective algorithms. If you want to learn or refer to various algorithms implemented in python. Look at this repository algorithms-in-python.
- Singly Linked List
- Doubly Linked List
- Circular Linked List
- Binary Search Tree
- Array Implementation of Deque
- LinkedList Implementation of Deque
- Queue