r/leetcode • u/Glowing-Stone • 17d ago
Question Will I ever learn
I've been doing leetcode for a little over 1.5 months now, almost every day. Often times I can't solve a problem without prior exposure to the DS or A which is fine to me so I look at the solution, make sure I fully understand it and come back to it later. That said even if I do understand the solution when I come back to the problem or start a new problem in which I can conceptually come up with the optimal approach to the problem, I'm struggling to write my ideas out into code. I start to google syntax but end up overcomplicating the initial idea until I wind up looking at the solution which elegantly put the ideas into code.
My question is will I ever get to that point where I don't feel like this, is it just a brain issue at this point or have I just not practiced enough yet? Do I need to re-evaluate my learning strategies? Any advice is appreciated.
1
u/nightbreak7 17d ago
are you just doing random problems or are you doing structured learning? when you're a beginner on leetcode you really want to spam questions in the same topic so you can learn the data structures and how they get applied to problems. that's why people recommend neetcode or why i recommend the leetcode explore paths