Show HN: Algotutor – Practice Go with spaced repetition in your AI agent
1–2 of 2 posts
Re: Show HN: Algotutor – Practice Go with spaced repetition in your AI agent
#2Hi everyone,
I built this tool for Go developers who want to get better at algorithmic problem solving or learn concurrency in Go.
I was not too happy with traditional methods, which only show you the solution straight away, so I came up with a way to leverage AI to present easier problems if the user doesn't know the answer, then gradually go back to the initial problem and add a spaced-repetition component to learning.
Explained more in a Medium post[1], but happy to answer any questions!
[1] https://medium.com/@andreiboar/algotutor-using-ai-to-actuall...