I peacefully started solving LeetCode and turning
GitHub profile greener than my future 😎
even completing my full-stack Java project
Then suddenly…
Sem exams entered 💀
Now all my streaks are gone, my brain is gone,
Only stress is green now 😭
Day 68 of #100daysofcode
⏸️ Took a 13-day break from posting on X but not from coding!
🧑💻 Solved LeetCode problems:
· Sort Colors
· Plus One
· Maximum Gap
· House Robber
· Coin Change
Consistency offline counts too back to sharing my journey here!
#100DaysOfCode#DSA
✅ Day 55 of #100DaysOfCode 🚀
🧑💻 Solved: LeetCode 75 – Sort Colors
📖 Topic: Arrays + Priority Queue
💡 My Approach:
· Used a PriorityQueue to sort the elements
· Polled elements back into the array in order
#100DaysOfCode#LeetCode#DSA#Java#ProblemSolving
✅ Day 54 of #100DaysOfCode 🚀
🧑💻 Solved: LeetCode 187 – Repeated DNA Sequences
📖 Topic: HashMap
💡 Key Takeaways:
· Used HashMap to count substring frequencies
· Use sliding window
Step by step, string problems are making more sense! 💪
#100DaysOfCode#LeetCode#DSA#Java
Took a short 4-day break from #100DaysOfCode 🚀
📖 Focused on:
· Learning SQL fundamentals
· Building a Java + SQL project
· Strengthening database concepts
Didn’t post daily, but still learning & growing behind the scenes.
Back to coding grind now!
#Java#SQL#CodingJourney
Day 44–45 of #100DaysOfCode 🚀
📖 Topic: Git & GitHub
🧑💻 Covered:
· Initializing a repo (git init)
· Pushing code to GitHub
· Cloning & pulling updates
· Branching & merging basics
💡 Version control is feels like unlocking a superpower for projects!
#git#100DaysOfCode
Day 36-37
Took a short detour from #100DaysOfCode
For the past 2 days I’ve been exploring Spring Boot for my college project
Just got it set up and started getting familiar with the basics
Didn’t work on DSA during this time-but I’ll be back on track soon!
#DSA#java