Ishaan28malik / Hacktoberfest-2023

Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
MIT License
550 stars 1.71k forks source link

N-Queen Solution Added #1954

Closed YashCyanide closed 10 months ago

YashCyanide commented 11 months ago

N-Queen Solution Added in Python

This commit introduces a Python implementation of the N-Queens problem, a classic puzzle where N queens are placed on an N×N chessboard without threatening each other. The code includes a class-based solution with comments for clarity.

Key Highlights:

Contributor: YashCyanide