how is this different from sharing an anki deck?
Show HN: I made a spaced repetition tool to master coding problems
11–20 of 103 posts
Re: Show HN: I made a spaced repetition tool to master coding problems
#12Re: Show HN: I made a spaced repetition tool to master coding problems
#13Hey guys! I'm Shreya. I recently noticed that many people that solve leetcode style problems to learn programming patterns tend to save links to problems they'd like to try again later on google docs/notes. However, this doesn't help them remember to try these problems again or differentiate between problems that are more urgent to revise. Built this tool to help solve this inefficiency!
Or just use this public Anki deck as a base and add your own questions to it: https://ankiweb.net/shared/info/1223170466
Re: Show HN: I made a spaced repetition tool to master coding problems
#14Will it stop recommending if you have mastered the problem? Or will it give a new problem to solve ?
Re: Show HN: I made a spaced repetition tool to master coding problems
#15Re: Show HN: I made a spaced repetition tool to master coding problems
#16I'm about to start the leet code grind for interviews coming up and I'll give this a shot. I found your feedback form on your website but would be nice to post it in your post here as well. Cheers.
Re: Show HN: I made a spaced repetition tool to master coding problems
#17Cool idea btw. What do you think about incorporating the "patterns" associated with problems into the repetition algorithm? For example, if I find 2 pointer problems hard, then the next 2 pointer problem will be recommended sooner.
Re: Show HN: I made a spaced repetition tool to master coding problems
#18Seems nice, congrats! How does the recommendation algorithm work?
score = ( timeSinceLastAttempt ^ 2 ) * difficulty;
Anything else you'd want factored in?
Re: Show HN: I made a spaced repetition tool to master coding problems
#19I'm about to start the leet code grind for interviews coming up and I'll give this a shot. I found your feedback form on your website but would be nice to post it in your post here as well. Cheers.
I take it you solve puzzles by writing code. How does it help with job interviews really?
Re: Show HN: I made a spaced repetition tool to master coding problems
#20Just fyi for the dev - on mobile, the slide in menu that opens on clicking the burger icon on the top right is empty. Cool idea btw. What do you think about incorporating the "patterns" associated with problems into the repetition algorithm? For example, if I find 2 pointer problems hard, then the next 2 pointer problem will be recommended sooner.
https://alpine-aspen-2ab.notion.site/Lanki-da1481129bfa4d3ca...