@chamodanethra/sudoku_solver-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @chamodanethra/sudoku_solver-wasm

Weekly Downloads

12

Version

0.1.6

License

MIT

Unpacked Size

59.5 kB

Total Files

6

Last publish

Collaborators

  • chamodanethra