Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 297 Bytes

Sudoku

A Sudoku solver written in C using basic recursive/branching algorithm and Wave Function Collapse. It is not complete yet.

Compiling

I build with Clang in Windows. Visual Studio is virtually a hard requirement to build with Clang on Windows. I use Visual Studio Code as a code editor.