Solves Sudoku puzzles fast by eliminating potential values in cells. If that fails, it completes the puzzle using backtracking.
-
Updated
Jul 24, 2022 - TypeScript
Solves Sudoku puzzles fast by eliminating potential values in cells. If that fails, it completes the puzzle using backtracking.
A simple implementation of a procedural map generator inspired by the wave function collapse algorithm.
Simple Wave Collapse Function/Algorithm Example
Add a description, image, and links to the wave-collapse topic page so that developers can more easily learn about it.
To associate your repository with the wave-collapse topic, visit your repo's landing page and select "manage topics."