Eight Queens Puzzle

In my artificial intelligence (AI) class last semester I learned about different categories of mathematical problems that can be solved effectively using methods applied in modern AIs. One category contained constraint satisfaction problems (CSPs). As the name loosely implies, these problems give you variables that can have different states and a set of constraints, that […]

Read More

Legofy and Sliding Images

I have subscribed to the Pycoder’s Weekly Newsletter, where I have stumbled upon JuanPotato‘s python program Legofy. Legofy is a program, that can take an image and convert it to look like it was made from Lego blocks. This intrigued me, because I couldn’t imagine what he meant by that statement without looking at his example […]

Read More