In this repository, I have compiled all the concepts of data structures that I have learned throughout my semester. This includes fundamental concepts such as:
- Singly Linked List
- Doubly Linked List
- Circular Linked List
- Input Restricted Queues
- Binary Search Trees (BST)
- AVL Trees
- Linear Hashing
- Quadratic Probing
- Double Hashing
- Breadth-First Search (BFS)
- Depth-First Search (DFS)