update 0052.N皇后2

This commit is contained in:
Allen
2022-11-20 08:20:52 +08:00
parent c15b8a7a19
commit 98ade76980

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>