Me after solving basic recursion:
-> Yeah I understood recursion π
Recursion in Graphs:
-> Mai dil mai aata hu, samajh mai nhi. π
Suddenly visited arrays, infinite DFS calls & debugging trauma appear from nowhere π
#leetcode#dsa#graphs#recursion
Life lesson from certified life expert: me π
Escaping problems is easy. Taking even a small step forward is hard.
But facing challenges daily slowly makes you stronger & capable of handling bigger problems.
Trust the process and keep moving π
#motivation#mindset#growth
Life lesson from certified life expert: me π
You donβt have to get the solution in one try.
Struggling, staying patient & finally solving it is what actually teaches you something new β¨
Have a great day guys π
#motivation#growthmindset#coding
Exploring DSA, AI/ML & Data Science these days π
Would love to connect with people grinding in the same field, building projects, solving problems & learning consistently π€
Letβs grow together and share the journey.
HIMYM π€
#datascience#aiml#dsa#coding#machinelearning
Solved Number of Islands today ποΈ
Took ~1 hour with lots of debugging, helper functions & DFS recursion π
Thought it might hit TLE, but the final solution worked pretty well β
Also tried the GFG version with 8 directionsβ¦ way more checks π
#leetcode#dsa#graphs#cpp
LeetCode mobile app is becoming my biggest friction killer π
Whenever I donβt feel like opening my laptop, I still end up solving problems on phone.
Currently grinding Priority queues problems
Coding on mobile still feels illegal somehow π
#leetcode#dsa#cpp#coding
π Broke coder rule today:
Instead of learning something new, I revisited an old problem π
Reused my Balanced Binary Tree logic in Height of Binary Tree with small tweaks & accidentally made one of my cleanest solutions till now β¨
#leetcode#dsa#cpp#coding
Morning grind with the N-Queens problem π
The final code looks simple, but building the approach was the hard part π΅βπ«
Took hints for diagonal checks, fixed mistakes one by one, and finally passed all test cases
Learned: patience matters a lot.
#leetcode#dsa#cpp#coding
Almost procrastinated the 3Sum problem for tomorrow π΄
Opened it on my phone before sleep βjust to see the questionβ... ended up solving it π
Practicing one pattern repeatedly really builds grip over concepts π
#leetcode#dsa#cpp#coding
350 problems done on LeetCode π―
But now I feel depth & clarity matter more than just numbers.
Once the approach clicks, coding becomes easier.
From now on, focusing more on thinking & problem-solving patterns π
#LeetCode#DSA#ProblemSolving
Got my 100 Days badge on LeetCode π―
My first one ever !!π
Started strong in Jan, lost track for a whileβ¦
Got back from March and stayed consistent
Not perfect, just showed up
#LeetCode#100DaysOfCode#Consistency
Started solving SQL questions without going deep into theory firstπ
Turns out learning by doing > over-studying
Picked up concepts faster by actually writing queries
#SQL#DataAnalytics#LearningByDoing#Growing
bruhh wtf happenedπ«₯
solved 1st question, seemed 2nd question similar
so just pasted my 1st question solution in 2nd one
it got passed in a one go, LeetCode banned me thinking i cheatedπ
any suggestions what happened and what to do next ?
Optimized my Tic Tac Toe AI using Alpha-Beta Pruning βοΈ
Link - github.com/NandKasar10/CS-50β¦
->Faster decisions fewer computations
->Also handled invalid moves (no more selecting filled cells π )
#Python#Algorithms#AI
Improved my model on the Titanic dataset π’
Turns out better feature engineering & data cleaning > blindly changing models
Small tweaks, noticeable gains π
#Kaggle#DataScience#MachineLearning