Daily Shaarli

All links of one day in a single page.

September 19, 2024

Solving Algorithmic Problems: Painting a Grid | Alperen Keles

I discovered this coding puzzle in numero 4 of Paged Out, on page 32.

I found it fun and wrote my own solution in Python: paintbrush.py

It reminded me of Project Euler problems.

I recommend to give it a go based on the Paged Out one-page article, without reading Alperen Keles answer or mine! 🙂