Solving “Bridge Repair”, from day 7 of Advent of Code 2024, in 4ms with Python with a simple deductive algorithm.
Create a zooming animation from first principles in Python. In 5 minutes. Kind of.
This article will teach you about the minimax algorithm and alpha-beta pruning, from a beginner's perspective.
In this post I just ramble a bit through some mathematician's definition of what a recursive function is...