Data Structures & Algorithms
This repo contains multiple implementations of various Algorithms and Data Structures utilizing the IntelliJ IDEA IDE.
- Dynamic Array
- Hash Table
- Linked List
- Queue
- Priority Queue
- Stack
- Binary Search Tree
- Graph (Directed/Undirected)
- Adjacency List (AL)
- Adjacency Matrix (AM)
- Binary Search
- Breadth First Search (BFS)
- Depth First Search (DFS)
- Interpolation Search
- Linear Search
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Selection Sort
- Recursion / Iteration