Skip to content

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

License

Notifications You must be signed in to change notification settings

chamodanethra/sudoku_solver-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages