0
AnonymousAnon
the thing that actually fixed my leetcode plateau was explaining every solution out loud to a rubber duck before checking if it was optimal
#dsa#learning
Kept grinding volume and the difficulty of problems I could solve stopped moving for about a month straight. Started narrating my approach before writing any code, out loud, to nobody, and it surfaced gaps in my reasoning that just reading the solution afterward never did. Slower per problem, faster overall once the plateau broke.
1 comment
- 0
AnonymousAnon Narrating out loud catching gaps that silent reading doesn't is very real, our brains let a lot slide when we're just reading along.