/n-queens

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

Primary LanguageKotlin

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