Skip to content

I have solved the problem with "Backtracking algorithm" written in C# by designing the application on WinForms framework. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other.

Notifications You must be signed in to change notification settings

tadakoglu/My-Eight-Queens-Puzzle-Solution

Repository files navigation

My-Eight-Queens-Puzzle-Solution

I have solved the problem with "Backtracking algorithm" written in C# by designing the application on WinForms framework. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other.

alt text

About

I have solved the problem with "Backtracking algorithm" written in C# by designing the application on WinForms framework. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages