1.Algorithm:https://leetcode.com/problems/sudoku-solver/

解决数独问题,对于每个格子,进行递归回溯,校验每个格子的合法性。

有一些用位运算的解法,比较复杂,暂时没搞。

2.Review:https://lwn.net/Articles/257209/

内存系列文章第7篇,内存调试的工具

3.Tip:继续读unix高级编程。继续线程的章节。

4.share:博客文章 https://thurstonzk2008.com/2019/07/19/218/