Demo Projects

Eight Queens Project
Eight Queens Problem

This project is a class library that solves the Eight Queens Problem using a flexible and extensible algorithm. The goal is to place eight queens on an 8x8 chessboard so that no two queens threaten each other. The solution applies the best OOP practices, SOLID principles, and suitable software design patterns to create clean, maintainable, and easily expandable code.

Read more...

Last updated: February 2025

See the working demo