8th semester is about to end, Just 3 months left before college finishes.
And my many friends are still unplaced.
These are the same people who studied with me for 4 years,
gave exams together, made projects, prepared for interviews…
but now they pick calls with a heavy voice and forced confidence.
You can feel it, they are tired.
Not lazy.
Not careless.
Just exhausted.
Every day is the same cycle:
apply → wait → rejection / no response → repeat
Family keeps asking
“kuch hua?”
Relatives start comparing
“usko job mil gayi, tumhe kyun nahi?”
After a point they stop talking about packages, roles, dreams.
They just want a start. Any start.
People on the internet say
“skills nahi hongi”
but reality is different —
many capable students are stuck in a bad hiring phase.
College is ending soon
but uncertainty is not.
If you know someone in final year, check on them.
Even a normal conversation helps more than advice.
This phase silently breaks confidence.
And very few people talk about it.
Today’s work:
• Revised Stack and Queue — solved 5–7 problems on implementations and conversions.
• Revised DBMS — covered relational modeling and normalizations.
Building depth in fundamentals, one layer at a time.
#LearningInPublic#DSA#DBMS#Consistency
Today:
• Solved a greedy + modeling problem that looked like DP at first.
• Solved a constraint-based word square with pruning.
The lesson: if a problem feels messy, you’re probably looking at it in the wrong dimension.
#DSA#LearningInPublic#ProblemSolving
Had a nice click today about divisor problems.
The count isn’t magic — it’s just (a₁+1)(a₂+1).. from the prime exponents.
So you factor the divisor count and reverse it into number forms.
5 → p⁴
6 → p⁵ / p·q²
Feels way more systematic now.
#DSA#NumberTheory#LearnInPublic
Day 1 of 2026.
Started the year by staying consistent — solved LeetCode POTD and revised core CS fundamentals, especially OOPS.
Endsems limited deep coding today, but momentum > intensity.
Consistency is the goal this year. 🚀
#Day1#Consistency#LeetCode#ComputerScience#DSA
This year wasn’t about speed — it was about depth.
About slowing down, understanding fundamentals, fixing gaps, and learning to think instead of just code.
Ending the year clearer, calmer, and better equipped than I started.
#LearningInPublic#Growth#DeveloperJourney
A problem that looked “complex” became trivial once I saw the right constraints.
Magic square = center is always 5 + numbers 1–9 unique + all lines sum to 15.
Then just scan each 3×3 window.
Today’s lesson: clarity beats brute force.
#LearningInPublic#DSA#Coding#Consistency
Today’s work:
Finally understood and implemented a string backtracking + DFS solution.
Broke down the pyramid transition problem into state generation, pruning, and recursion — and coded it from scratch.
Understanding > speed.
#DSA#Backtracking#Recursion#LearningInPublic
Solved a matrix problem today using a monotonic boundary walk.
Instead of brute force, used the row-wise + column-wise sorted property to walk from top-right and count negatives in O(n+m).
Good reminder that structure > loops.
#DSA#ProblemSolving#LearnInPublic#Consistency
Heads up: end-sems coming up, so I won’t be doing much on the dev side for a few days.
Will stay consistent with DSA though — at least the daily POTD.
Back to building soon 🚀
#DSA#Consistency#BuildInPublic