0.1.6 • Published 4 years ago

@chamodanethra/sudoku_solver-wasm v0.1.6

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

sudoku_solver-wasm

An optimized backtracking algorithm using Rust to solve a sudoku grid with wasm-pack

Input

A unique sudoku puzzle in the form of a String with zeros in the empty cells delimited by new line characters at the end of each row.

Output

A string with the relevant answer returned as a String delimited by new line characters at the end of each row.

Further Reading

Follow the details on the url: https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_wasm

0.1.4

4 years ago

0.1.6

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago