gustavobarbosab / n-queens

This repository contains some solutions for the N-Queens problem. Here you can find three solutions: Depth search, Hill Climbing, Simulated annealing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N-Queens problem

This repository contains some solutions for the N-Queens problem.

Here you can find three solutions:

  • Depth search
  • Hill Climbing
  • Simulated annealing

About

This repository contains some solutions for the N-Queens problem. Here you can find three solutions: Depth search, Hill Climbing, Simulated annealing


Languages

Language:Kotlin 100.0%