-
Inspired by @samwho 's brilliant interactive essays, I wrote an interactive explanation of the floodfill algorithm in #Python
(Also in preparation for #AdventofCode)
Give it a read and let me know what you think -> https://mathspp.com/blog/floodfill-algorithm-in-python
I tried using #PyScript for the interactive demos...
It worked out alright but I'm not sure if it's worth it:
I could've cobbled something together in JS and visitors wouldn't have to wait for PyScript to load...
What do you folks think?