ALGORITHMS
github ↗
Hidato Puzzle Solver & Generator
A solver and generator for Hidato logic puzzles written in Haskell: it can crack any puzzle you give it and invent new solvable ones from scratch.
Where I've used it:
A solver and generator for Hidato logic puzzles written in Haskell: it can crack any puzzle you give it and invent new solvable ones from scratch.
Four optimization problems, each solved several ways (dynamic programming, backtracking, divide and conquer, greedy) with a complexity analysis of every attempt.