Lars Wächter

Lars Wächter

This is my personal blog where I mostly write about technical or computer science based topics. Check out my GitHub profile too.

Zobrist Hashing

August 02, 2020

What it’s good for in game development and how it’s calculated by the example of tic-tac-toe in Kotlin.

Improving Minimax performance

November 29, 2021

10 techniques for improving the Minimax algorithm's performance.