Recent Posts
- Fixed Image List Algorithm (FILA)A backtrack algorithm for solving tiling problems
- Optimal Play of the Farkle Dice Game
- Maximizing Win Probability in the Game of Farkle
- Tracking the States of a Set of Objects by PartitionAn Introduction to the Partition Container
- Solving Polyomino and Polycube Puzzles Algorithms, Software, and Solutions
Recent Comments
Monthly Archives: March 2013
Tracking the States of a Set of Objects by PartitionAn Introduction to the Partition Container
In this post I share a useful programming technique I first saw used twenty-some years ago while reading through some C code. The technique combined aspects of an array and a linked-list into a single data construct. I've here abstracted … Continue reading
Posted in Uncategorized
Leave a comment