Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ratracegrad/n-queens

Given an n x n chessboard, how many different ways can you place n queens, such that none of them can attack each other?
https://github.com/ratracegrad/n-queens

Last synced: about 2 months ago
JSON representation

Given an n x n chessboard, how many different ways can you place n queens, such that none of them can attack each other?

Awesome Lists containing this project

README

        

# N-Queens
Given an n x n chessboard, how many different ways can you place n queens, such that none of them can attack each other?