Skip to content

Commit b5e02f3

Browse files
author
王鹏
committed
docs: 更新多线程题库
1 parent 9ed132f commit b5e02f3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,19 @@
1010
- 网址:https://leetcode-cn.com/
1111
## 待解题目列表
1212

13-
2020春节放假停更,祝大家越码越溜~
13+
2020疫情,安全复工~ ~多线程专题
1414

15-
- [x] [118. 杨辉三角](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_118_generate.java)
15+
- [ ] [1114. 按序打印](https://leetcode-cn.com/problems/print-in-order/)
1616

17-
- [x] [119. 杨辉三角 II](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_119_getRow.java)
17+
- [ ] [1115. 交替打印FooBar](https://leetcode-cn.com/problems/print-foobar-alternately/)
1818

19-
- [x] [129. 求根到叶子节点数字之和](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_129_sumNumbers.java)
19+
- [ ] [1116. 打印零与奇偶数](https://leetcode-cn.com/problems/print-zero-even-odd/)
2020

21-
- [x] [130. 被围绕的区域](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_130_solve.java)
21+
- [ ] [1117. H2O 生成](https://leetcode-cn.com/problems/building-h2o/)
2222

23-
- [x] [131. 分割回文串](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_131_partition.java)
23+
- [ ] [1195. 交替打印字符串](https://leetcode-cn.com/problems/fizz-buzz-multithreaded/)
2424

25-
- [x] [132. 分割回文串 II](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_132_minCut.java)
26-
27-
- [x] [133. 克隆图](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_133_cloneGraph.java)
25+
- [ ] [1226. 哲学家进餐](https://leetcode-cn.com/problems/the-dining-philosophers/)
2826

2927
## 已解题目
3028

0 commit comments

Comments
 (0)