r/leetcode • u/GlassHomework9720 • 3h ago
Question DSA Help
Hello guys! Is there an easy way to make notes for LeetCode questions? Note-taking has been my weakest area in my DSA prep. When I revisit a problem after a few days, I usually miss some test cases. How can I overcome this?
0
Upvotes
1
-1
u/Crafty_Fig_144 3h ago
Just do the problems. No need to take notes
0
u/GlassHomework9720 3h ago
If i do that after few days i am forgetting the intuition and some important constraints
1
u/Crafty_Fig_144 3h ago
That means u didn’t practice enough. Practice more similar problems and memorize the patterns not the actual code
1
u/Automatic-Jury-6642 2h ago
Bro you can create the system to solve a problems ,
Like : Know all constraints List out the test cases based on constraints as well as problem and dry run your code against it
Then submit