A repo of popular data structures implemented in Python.
Linear Data Structures
- Linked List
- Stack
- Queue
- Double Linked List
- Double Ended Queue
- Suffix Array
- Hash Table
Non Linear Data Structures
- Binary Tree
- Binary Search Tree
- AVL Tree
- Binary Heap
- Trie
- Radix Tree
- Suffix Tree
- Graph
- Adjacency List
- Adjacency Matrix
- Directed Graph