Skip to content

AnastasiaBarla/n_queens_problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

N-Queens Problem

Overview

This project solves the classical N-Queens problem using a backtracking algorithm and a Tkinter-based graphical interface for user interaction.

The goal is to place N queens on an N×N chessboard so that no two queens threaten each other (no shared row, column, or diagonal).

Features

  • Backtracking search for valid queen placements
  • Interactive Tkinter GUI to visualize solutions
  • Adjustable board size N

Initial Menu Screen

About the Project

This project was developed during my undergraduate studies as part of a team assignment focused on algorithmic problem solving and GUI design in Python.

Screenshot from 2025-11-26 15-15-12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages