Skip to content

Solving the N-Queens problem (including the eight queens problem) using genetic algorithms.

Notifications You must be signed in to change notification settings

alcatraz-rm/SSYP_2017_Queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSYP_2017_Queens

This is my educational project from Summer School Of Young Programmers. This project use genetic algorithm for solving the problem of N Queens. For more information about this problem: https://en.wikipedia.org/wiki/Eight_queens_puzzle

Compile with a compiler of your choice (checked on g++ and clang). Number of queens (N) is hardcoded, but can be found in the defines. When run, the program waits for an input of the population size.

About

Solving the N-Queens problem (including the eight queens problem) using genetic algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published