Skip to content

taylorjg/sudoku-buster-react

Repository files navigation

CI workflow badge

Description

The aim of this project is to rewrite my earlier sudoku-buster project using React and TypeScript.

Links

  • Separate project to find the bounding box of a puzzle using C++ and OpenCV, packaged as a web assembly:
  • Separate TensorFlow.js project to train a convolutional neural network (CNN) to recognise printed digits/blanks:
  • Separate project to solve exact cover problems (like Sudoku):