Skip to content

Commit

Permalink
Update 0052.N皇后II.md
Browse files Browse the repository at this point in the history
修改错别字:想-》详
  • Loading branch information
wang2jun committed May 24, 2022
1 parent b78e750 commit ded66cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/0052.N皇后II.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ n 皇后问题研究的是如何将 n 个皇后放置在 n×n 的棋盘上,并
# 思路


想看[51.N皇后](https://mp.weixin.qq.com/s/lU_QwCMj6g60nh8m98GAWg) ,基本没有区别
详看[51.N皇后](https://mp.weixin.qq.com/s/lU_QwCMj6g60nh8m98GAWg) ,基本没有区别

# C++代码

Expand Down

0 comments on commit ded66cf

Please sign in to comment.