Skip to content

Instantly share code, notes, and snippets.

View aliendeveloper's full-sized avatar

Anush Prem aliendeveloper

  • Hyderabad
View GitHub Profile
@aliendeveloper
aliendeveloper / SudokuSolver.class.php
Created March 27, 2011 08:35
A PHP Class to solve the sudoku.
<?php
/**
* @author Anush Prem <goku.anush@gmail.com>
* @package Solver
* @subpackage Sudoku
* @version 0.1
*/
/**