fineanmol / hacktoberfest

Make your first Pull Request on Hacktoberfest 2023. Don't forget to spread love and if you like give us a ⭐️
https://fineanmol.github.io/hacktoberfest/
GNU General Public License v3.0
843 stars 1.93k forks source link

added java code for N-Queen (LEETCODE - HARD) #2645

Open Yuktikashyap opened 11 months ago

Yuktikashyap commented 11 months ago

Heyy @fineanmol this is a very famous Leetcdoe HARD Level problem - N-Queens link - https://leetcode.com/problems/n-queens I will be solving this problem using Recursion Kindly assign this to be as a part of Hactoberfest2023.I will be solving this in JAVA language. Thanks

github-actions[bot] commented 11 months ago

@Yuktikashyap Please Star ⭐️ the repo to earn "hacktober-accepted" label for the event. Meanwhile if you want to work on this issue, Please raise the PR and we will review and merge it.

Yuktikashyap commented 11 months ago

Heyy @fineanmol this is a very famous Leetcdoe HARD Level problem - N-Queens link - https://leetcode.com/problems/n-queens I will be solving this problem using Recursion Kindly assign this to be as a part of Hactoberfest2023.I will be solving this in JAVA language. Thanks