Skip to content

cxd00/kenken-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kenken-solver

COMP 560: AI Assignment 1 Cynthia Dong

This project houses three different methods for solving a kenken puzzle: backtracking search (kk0), improved backtracking search (kk1), a genetic algorithm (kk2.ga) and local search (kk2.localsearch).

To solve kenken puzzles with this code, after downloading, replace the contents of the input.txt file with your own puzzle and run. To see the different outputs for each file, you have to run them individually in case they give different solutions.

About

COMP 560: AI Assignment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages