Skip to content

wsciaroni/sudoku-solver

Repository files navigation

sudoku-solver

This is designed in a way to solve the Leetcode problem for Sudoku solver

Building

  • Configure with CMake
  • Build with the CMake Command
mkdir ./build
cmake -S ./ -B ./build
cmake --build ./build

Running

On Windows, From the project directory: .\build\sudoku-solver\Release\sudoku-solver.exe .\input\input.txt