My notes and Java solutions for common data structure and algorithm problems. Trying to brush up on fundamentals and keep the muscle warm.
Each problem sits under src/main/java/com/caglareker/dsa/<topic>/ with tests in the matching path under src/test/java/.
mvn test
- Arrays
- Strings
- Linked List