Skip to content

Commit 033706c

Browse files
author
王鹏
committed
docs: add _1116_ZeroEvenOdd
1 parent be8cdef commit 033706c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
- [x] [1115. 交替打印FooBar](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1115_FooBar.java)
1818

19-
- [ ] [1116. 打印零与奇偶数](https://leetcode-cn.com/problems/print-zero-even-odd/)
19+
- [x] [1116. 打印零与奇偶数](https://leetcode-cn.com/problems/print-zero-even-odd/)
2020

2121
- [ ] [1117. H2O 生成](https://leetcode-cn.com/problems/building-h2o/)
2222

@@ -57,9 +57,9 @@
5757
- [线段树](https://leetcode-cn.com/tag/segment-tree/)(9)
5858
- [二叉搜索树](https://leetcode-cn.com/tag/binary-search-tree/)(15)
5959

60-
### 题目列表(更新中—已完成254
60+
### 题目列表(更新中—已完成255
6161

62-
[Leetcode-Java(250+题解,持续更新、欢迎star&留言&交流)](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1115_FooBar.java)
62+
[Leetcode-Java(250+题解,持续更新、欢迎star&留言&交流)](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1116_ZeroEvenOdd.java)
6363

6464
| No | 题目 | 解决方案 | 相关话题 | 难度 | 备注 |
6565
| ----- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------ | ------------------------------------------------------------ |
@@ -308,6 +308,7 @@
308308
| #1054 | [距离相等的条形码](https://leetcode-cn.com/problems/distant-barcodes/) | [RearrangeBarcodes](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1054_rearrangeBarcodes.java) | [](https://leetcode-cn.com/tag/heap/)[排序](https://leetcode-cn.com/tag/sort/) | Medium | |
309309
| #1114 | [按序打印](https://leetcode-cn.com/problems/print-in-order/) | [Foo](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1114_Foo.java) | | Easy | |
310310
| #1115 | [交替打印FooBar](https://leetcode-cn.com/problems/print-foobar-alternately/) | [FooBar]([Leetcode-Java(250+题解,持续更新、欢迎star&留言&交流)](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1115_FooBar.java)) | | Medium | |
311+
| #1116 | [打印零与奇偶数](https://leetcode-cn.com/problems/print-zero-even-odd/) | [ZeroEvenOdd](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1116_ZeroEvenOdd.java) | | Medium | |
311312

312313
LCP
313314

0 commit comments

Comments
 (0)