4N4RCHY / nQueens

Solves n - Queens problem using either a hill-climbing or genetic algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nQueens

Solves n - Queens problem using either a hill-climbing (the c++ file) or genetic algorithm (the python file)

Neither is super optimized currently

About

Solves n - Queens problem using either a hill-climbing or genetic algorithm


Languages

Language:C++ 55.3%Language:Python 44.7%