Skip to content

Program that uses a genetic algorithm to solve the N Queens Puzzle problem.

Notifications You must be signed in to change notification settings

j-vargas-munoz/GeneticQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GeneticQueens

Program that uses a genetic algorithm to solve the N Queens Puzzle problem. The N Queens Puzzle problem consist of placing N queens on a NxN chess board so that no two queens share the same column, row or diagonal.

A binomial queue is used to store the population and to give fast access to the fittest individuals.

About

Program that uses a genetic algorithm to solve the N Queens Puzzle problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages