python4geeks / Hactoberfest2022

This repository is to allow Hactoberfest 2022 participants to make PR's. This repository aims to help beginners 🤔 with their first successful Pull Request and Open Source Contribution
16 stars 103 forks source link

I want to add N Queen problem in Java. #110

Open FaisalAI541 opened 1 year ago

FaisalAI541 commented 1 year ago

The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other. For example, the following is a solution for the 4 Queen problem.

Sahil-Kushwaha224 commented 1 year ago

hi please assign me this issue @FaisalAI541