Live data from Hacker News

Show HN: I made a spaced repetition tool to master coding problems

lanki.xyz

1–10 of 103 posts

Show HN: I made a spaced repetition tool to master coding problems

#1
As you solve LeetCode questions, you can mark them as hard, medium, or easy. The tool will then recommend questions you should review based on (1) how hard the question was for you and (2) how much time has passed since you last reviewed it. I'd recommend normally attempting LeetCode problems and just marking them as hard, medium, or easy for you at first so the tool knows which problems to recommend you review!

Here's the theory behind spaced repetition and learning if interested: https://www.codecademy.com/article/spaced-repetition

Show HN: I made a spaced repetition tool to master coding problems
lanki.xyz

Re: Show HN: I made a spaced repetition tool to master coding problems

#2
Hey 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!

Re: Show HN: I made a spaced repetition tool to master coding problems

#5

Hey 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
Post reply on HN