Skip to content

rishabh547/Sudoku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

We made a modified Sudoku Solver(16x16) using C language for CS mini project

PIC-Mini-Project-Sudoku-puzzle Sudoku puzzle(9*9) created by Tandon and edited by rishabh, utsavi and ayushi.

A program is created for the game sudoku.

This game gives you the choice between 3 puzzles for 16*16.

Once a puzzle is selected, the puzzle is shown with all the empty spaces shown with zeros.

The puzzle can be filled by chosing the row and column and the number to be entered. (Note: No number can be entered at a fixed/pre-entered position)

The C file has the code for the program whereas The word file contains the problem definition and sample output.

Unsigned characters are used to create the grid and will show the grid properly on code blocks(Will show diamonds otherwise).

About

A Sudoku Solver (16x16) made using C language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages