LeetCode Progress: 200+ Problems Solved, Reflection Key to Understanding

I solved 200+ problems on LeetCode. No, I’m not “DSA ready” yet. Relax. If anything, I just got better at realizing how much I don’t know. Early days were basically: Solve → TLE → check solution → act like it made sense → move on Very productive. Obviously. Now it’s a bit less chaotic: → I actually look for patterns (sliding window, DFS/BFS, stacks…) → Think about constraints before writing code → Try not to brute force everything like it’s a personality trait → And most importantly — revisit problems Big mistake that probably cost me 30–40 problems: Not revisiting. Solving once feels like progress. Re-solving is where the understanding actually kicks in. First attempt → confusion Second attempt → things start clicking What improved: • Less random guessing, more structured thinking • Debugging doesn’t feel like gambling anymore • Patterns are starting to repeat (finally) What still needs work: • Hard problems (still struggling there) • DP and graph depth • Writing cleaner, more optimized code Big takeaway: Consistency is great. But consistency without reflection is just repetition. (learned that one the hard way) Next target: 300 problems — but with actual depth this time. If you're grinding LeetCode: Don’t just solve and move on. Revisit. That’s where things start making sense. If you're on the same path, let’s connect. #leetcode #datastructures #algorithms #problemSolving  #100DaysOfCode #consistency #softwareengineering #codingjourney #200DaysOfCode

  • No alternative text description for this image

One thing I didn’t expect: Re-solving a problem without looking at the solution is MUCH harder than solving it the first time. But that’s where the actual understanding comes in. Do you revisit problems or just move on?

Like
Reply

Also something I’ve been noticing: Sometimes I feel like I understood a problem… but when I revisit it after a few days, I blank out completely 😅 Makes me question whether I actually understood it or just followed the logic once. Does this happen to you too?

Like
Reply
See more comments

To view or add a comment, sign in

Explore content categories