1 comment

[ 2.6 ms ] story [ 10.5 ms ] thread
Hi 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...