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