Skip to content

Wshtm/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

An implementation of a Sudoku solver that can fill in the candidates for each cell in a Sudoku puzzle with Python and CPP.

Features

  • Parses a string representation of a Sudoku puzzle.
  • Initializes the candidates for each cell.
  • Fills in the possible candidates for each empty cell.

Getting Started

Prerequisites

  • Python 3.x
  • CPP

Installation and Running

  • Simply clone the repository
  • Run Sudoku_cpp/test.cpp or Sudoku_py/test.py

About

OOD Homework1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published