leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Create 0052-N-Queens-ii.java

Open sumit16sharma opened this issue 1 year ago • 1 comments

The n-queens puzzle is the problem of placing n queens on an n x n chessboard such that no two queens attack each other.

Given an integer n, return the number of distinct solutions to the n-queens puzzle.

Input: n = 4 Output: 2 Explanation: There are two distinct solutions to the 4-queens puzzle as shown.

sumit16sharma avatar Apr 21 '23 07:04 sumit16sharma

Could you please follow the Contribution Guildelines and provide Submission URL and use the PR template. Thanks.

a93a avatar May 06 '23 12:05 a93a