by josephrmartinez on 7/8/24, 4:16 PM with 4 comments
I find the gamification of the leetcode website distracting and not helpful. The solutions space seems noisy and crowded with influencer types.
I saw a presentation recently from a developer who made Anki cards for their leetcode problems. That gave them a better way to focus on actually practicing and reviewing the problems instead of optimizing for a "daily streak" or finishing as many problems as possible.
I've started working on problems in my IDE and writing my own tests at the same time. Curious if other people have found ways to improve their leetcode practice experience.
by uejfiweun on 7/8/24, 4:41 PM
My strategy was to do 2-3 problems per day on pen and paper, and spend a maximum of 1 hour on each problem. Then, after that hour, check to make sure I got the optimal solution, and if I didn't, then also copy that optimal solution down onto the paper, so it gets burned into my brain.
This strategy, applied over a long timeframe, was extremely successful for me.
by mouse_ on 7/8/24, 4:18 PM
by marssaxman on 7/8/24, 8:06 PM