Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 177 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 177 Bytes

Sudoku solver

Simple sudoku solver I wrote for this LeetCode problem.

To Do

  • Improve speed
  • Verify solution
  • Add tests