Skip to content

dhilipsiva/dssudokusolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DhilipSiva 's Sudoku Solver

find DS Sudoku Solver on facebook, HERE

DS Sudoku solver is a mini web application that solves the sudoku puzzle.

##Todo api.py is originally intended for solving the sudoku. But it is not yet complete. Instead of solvimg things from server I am going to take a crack at solving it using javascript on the client end, first. And Then I planned to implement the solution at server-end.

##Contents

This repository consists of the following files:

  • main.py - The main python file
  • views.py - The Request Handlers
  • routes.py - URL Maps
  • app.py - The sudoku Solving module
  • templates folder - All the templates

##Technologies Used