/n-queens

How many ways can you place 'n' number of queens on a board sized 'n' by 'n' so they can't attack each other?

Primary LanguageJavaScript

This repository is not active