n-Queens Completion

Given an n×nn \times n chessboard that already has kk queens on it, complete the board such that there are nn queens, all of which cannot attack each other.

Parameters

  • nn: size of chessboard
  • kk: number of queens given

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Grigoryan2018O(n)O(n)O(n)O(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table