Merge pull request #1764 from Allen9012/master

update 0052.N皇后2
This commit is contained in:
程序员Carl
2022-12-06 10:45:02 +08:00
committed by GitHub

View File

@ -8,7 +8,7 @@
# 52. N皇后II
题目链接https://leetcode.cn/problems/n-queens-ii/
题目链接:[https://leetcode.cn/problems/n-queens-ii/](https://leetcode.cn/problems/n-queens-ii/)
n 皇后问题研究的是如何将 n 个皇后放置在 n×n 的棋盘上,并且使皇后彼此之间不能相互攻击。
@ -308,3 +308,4 @@ class Solution {
<a href="https://programmercarl.com/other/kstar.html" target="_blank">
<img src="../pics/网站星球宣传海报.jpg" width="1000"/>
</a>