This repository is used to store notes and exercises in Java
Folders:
Notes I have created on algorithms and exercises to help solidify understanding.
| Categories | |
|---|---|
| Arrays | Dynamic Programming |
| Hash Tables | Backtracking |
| Linked Lists | Sliding Window |
| Two Pointers | Bit Manipulation |
| Strings | Depth First Search |
| Binary Search | Breadth First Search |
| Divide and Conquer | Graphs |
| Greedy | Trees |
Selected exercises from the following textbook

Chapter 1: Introduction
Chapter 2: Using Objects