/EightQueens-WinForms

A simple Windows Forms application to solve the Eight Queens Puzzle.

Primary LanguageC#

EightQueens - Windows Forms

A simple Windows Forms application that, given a starting position, solves the Eight Queens Puzzle.

It is powered by a brute force recursive algorithm, therefore efficiency can be improved.

The UI is updated at every move in order to show the current state.

Home

Processing

Result