Skip to content

Flight scheduling at airports using constraint satisfaction algorithms.

Notifications You must be signed in to change notification settings

shubhaswamy/sudoku-backtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solving Sudoku Puzzles With Search Based Backtracking Constraint Satisfaction Algorithms

CSCI: 3202 - Introduction to Artificial Intelligence, Shubha Swamy and Curtis Lin

Sudoku stands as one of the most popular past-times for many across the world. Although one might often find it hard to solve a sudoku puzzle with pen and paper, the solution is quite trivial to attain through a search-based backtracking algorithm. In this paper, we explore several studies that have delved into studying the algorithm that efficiently solves sudoku puzzles. We then proceed to implement our version of the algorithm and discuss the results.

You can find the paper here and the code here

About

Flight scheduling at airports using constraint satisfaction algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages