I created this repository to give a good and easy representation of data structures in python language.
This repo presents the following data structure from foundation to advanced level.
- Arrays
- Linked List
- Binary and Binary Search Trees
- Hash Table
- Stack and Queue
- Graphs
Implementation of Algorithms will be presented later.