Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 353 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 353 Bytes

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