Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d5ec1a

Browse files
Update
1 parent 04ab9ec commit 1d5ec1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

problems/0037.解数独.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ class Solution {
286286
```
287287

288288
### Python
289-
```python3
289+
```python
290290
class Solution:
291291
def solveSudoku(self, board: List[List[str]]) -> None:
292292
"""

problems/回溯总结.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,11 @@ N皇后问题分析:
430430

431431
同样也感谢录友们的坚持,这也是我持续写作的动力,**正是因为大家的积极参与,我才知道这件事件是非常有意义的**
432432

433-
最后希望大家可以转发这篇文章给身边的朋友们,因为还有很多学习算法的小伙伴依然在浩如烟海的信息中迷茫,而我相信「代码随想录」会让大家少走弯路!
433+
回溯专题汇聚为一张图:
434+
435+
![](https://code-thinking-1253855093.file.myqcloud.com/pics/20211025180652.png)
436+
437+
这个图是 [代码随想录知识星球](https://mp.weixin.qq.com/s/QVF6upVMSbgvZy8lHZS3CQ) 成员:莫非毛,所画,总结的非常好,分享给大家。
434438

435439
**回溯算法系列正式结束,新的系列终将开始,录友们准备开启新的征程!**
436440

0 commit comments

Comments
 (0)