Skip to content

PRADHAN-P/sudoku_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

9X9 SUDOKU SOLVER

==========

9X9 SUDOKU Solver Developed in PHP

A sudoku puzzle is a grid of nine by nine squares or cells, that has been subdivided into nine subgrids or "regions" of three by three cells.

RULES of SUDOKU:

The objective of sudoku is to enter a digit from 1 through 9 in each cell, in such a way that: Each horizontal row (shown in pink) contains each digit exactly once Each vertical column (shown in yellow) contains each digit exactly once Each subgrid or region (shown in green) contains each digit exactly once

</br /> Functions in this Code:
sudokuSolver(); // which iterates from the startion position n start solving the problem
isValidValue(); //it validates whether the inserted value is valid according to the rules of sudoku
display(); // this function simply prints out the solutions

About

9X9 SUDOKU Solver Developed in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages