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!
zuzuleinen•1h ago
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...