necatikartal / n-queens-problem

Placing N Queens into NxN dimensional chess board using stack(s) so that no two queens attack each other .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N-Queens-Problem

Placing N Queens into NxN dimensional chess board using stack(s) so that no two queens attack each other .

About

Placing N Queens into NxN dimensional chess board using stack(s) so that no two queens attack each other .

License:MIT License