Skip to content

Commit d0f3e03

Browse files
author
wangpeng
committed
docs: add _1051_heightChecker
1 parent 71ebb72 commit d0f3e03

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
@@ -3,7 +3,7 @@
33
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
44

55
## 说明
6-
- leetcode练习,坚持每天一道,目前已完成168道
6+
- leetcode练习,坚持每天一道,目前已完成169道
77
- 解题语言是Java
88
- 每道题都是可编译运行的
99
- 每道题有自己的方法和他人优秀解法
@@ -17,7 +17,7 @@
1717

1818
- [x] [1046. 最后一块石头的重量](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1046_lastStoneWeight.java)
1919
- [x] [1049. 最后一块石头的重量 II -Medium](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1049_lastStoneWeightII.java)
20-
- [ ] [1051. 高度检查器 -Easy](https://leetcode-cn.com/problems/height-checker/)
20+
- [x] [1051. 高度检查器 -Easy](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1051_heightChecker.java)
2121
- [ ] [1052. 爱生气的书店老板 -Medium](https://leetcode-cn.com/problems/grumpy-bookstore-owner/)
2222
- [ ] [1053. 交换一次的先前排列 -Medium](https://leetcode-cn.com/problems/previous-permutation-with-one-swap/)
2323
- [ ] [1054. 距离相等的条形码 -Medium](https://leetcode-cn.com/problems/distant-barcodes/)
@@ -55,7 +55,7 @@
5555
- [线段树](https://leetcode-cn.com/tag/segment-tree/)(9)
5656
- [二叉搜索树](https://leetcode-cn.com/tag/binary-search-tree/)(15)
5757

58-
### 题目列表(更新中--已完成168
58+
### 题目列表(更新中--已完成169
5959

6060
[Leetcode-Java(更多题解,持续更新)](https://github.com/pphdsny/Leetcode-Java/)
6161

@@ -224,6 +224,7 @@
224224
| #1025 | [除数博弈](https://leetcode-cn.com/problems/divisor-game/) | [DivisorGame](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1025_divisorGame.java) | [数学](<https://leetcode-cn.com/tag/math/>)[动态规划](<https://leetcode-cn.com/tag/dynamic-programming/>) | Easy | |
225225
| #1046 | [最后一块石头的重量](https://leetcode-cn.com/problems/last-stone-weight/) | [LastStoneWeight](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1046_lastStoneWeight.java) | [](https://leetcode-cn.com/tag/heap/)[贪心算法](https://leetcode-cn.com/tag/greedy/) | Easy | |
226226
| #1049 | [最后一块石头的重量 II](https://leetcode-cn.com/problems/last-stone-weight-ii/) | [LastStoneWeightII]([Leetcode-Java(更多题解,持续更新)](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1049_lastStoneWeightII.java)) | [动态规划](<https://leetcode-cn.com/tag/dynamic-programming/>) | Medium | |
227+
| #1051 | [高度检查器](https://leetcode-cn.com/problems/height-checker/) | [HeightChecker](https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1051_heightChecker.java) | [数组](<https://leetcode-cn.com/tag/array/>) | Easy | |
227228

228229

229230

0 commit comments

Comments
 (0)