Skip to content

melissamangos/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Sudoku This is a Prolog program that can solve a 4x4 sudoku puzzle. (I also made one that solves 9x9 but it takes a while to complete diffcult puzzles).

#How to Use To run the program you have to call the predicate sudoku. Blank spaces are called using an underscore, '_'.
Here's an example:


sudoku(
	4, _, _, _,
	_, 3, _, _,
	_, _, 1, _,
	_, 1, _, 2).

About

A Prolog program that solves 4x4 Sudoku puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages