An open API service indexing awesome lists of open source software.

https://github.com/seanpray/sudoku-solver-svelte

svelte ui to solve sudoku puzzles with WASM
https://github.com/seanpray/sudoku-solver-svelte

Last synced: about 1 month ago
JSON representation

svelte ui to solve sudoku puzzles with WASM

Awesome Lists containing this project

README

        

#### Solve sudoku puzzles automatically

basic recursive algo in Rust/WASM to calculate the result, currently a little janky