Skip to content

Solve sudoku puzzles in javascript + wasm (rust)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

brunt/wasm-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Solve any sudoku puzzle using javascript and webassembly.

DEMO!

Building:

  • have rust, wasm-pack, npm installed
  • from top-level folder, wasm-pack build to compile rust to wasm
  • from inside the www folder, run npm install, then npm run start or npm run build

TODOs:

  • performance profiling (can we do better than std::collections::BTreeSet?)
  • styling
  • alternative algorithms

About

Solve sudoku puzzles in javascript + wasm (rust)

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published