Welcome to my daily Java learning repository! ๐
This repo helps me track problems Iโve solved from GeeksforGeeks and LeetCode, concepts Iโve learned, and notes from each day.
Check the daily-notes/
folder to see what Iโve been working on every day.
- Object-Oriented Programming
- Data Structures & Algorithms
- Java Collections Framework
- Multithreading
- Problem Solving from GFG & LeetCode
A progress tracker (progress.csv
) contains:
๐ For the full list of problems solved and notes, click here to view progress.csv
Date | Problem Name | Source | Difficulty | Notes |
---|---|---|---|---|
2025-06-30 | Two Sum | LeetCode | Easy | Solved using HashMap |
2025-06-29 | Kadane's Algorithm | GeeksforGeeks | Medium | Learned prefix sums and logic |
- Solve at least 1 DSA problem daily
- Summarize key learning in a daily note
- Practice concepts weekly (OOPs, multithreading, etc.)
Learning Java, one commit at a time! ๐ปโจ