Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 333 Bytes

Sudoku Solver

Solve sudoku puzzles simply by entering initial data through command-line.

Usage

  1. Compile program (main.c)
  2. Run program
  3. Enter table data row by row, as instructed by program
  4. Review generated table, and press Enter

Created in April 2018

Made for COP2270 - C for Engineers @ Miami Dade College