Elanigiro / EightQueens-WinForms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C# 100.0%