Hyper Sudoku is a project that aims to solve Hyper Sudoku using Knuth's Algorithm X. It is also a final project for CS5800.
- Download the project
- Install Node.js(We use Node.js 18.12.1 LTS)
- Open terminal, enter the folder of the project
- run
npm install
- run
npm start
- Open http://localhost:3000 to view it in your browser.
Liyang Song, Na Yin, Xueyan Feng, Yun Cao