Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 486 Bytes

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