Optimal solver for color-sort game (see example and game explanation sections below). This project (written in Rust) efficiently solves the provided state of the game. The project both exports a ...
Optimal solver for color-sort game (see [example](#example) and [game explanation](#game-explanation) sections below). This project (written in Rust) efficiently solves the provided state of the game.
連載『高校数学をプログラミングで解く』で学んだことを実際の課題に応用していくことを考えるシリーズ。 今回は『パズルをコンピュータに解かせる』こと、つまり『パズルソルバー』を作成していくことを考えます。 特に、本記事では「1-1 テンパズル ...