File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ 996.icu] ( https://img.shields.io/badge/link-996.icu-red.svg )] ( https://996.icu )
4
4
5
5
## 说明
6
- - leetcode练习,坚持每天一道,目前已完成168道
6
+ - leetcode练习,坚持每天一道,目前已完成169道
7
7
- 解题语言是Java
8
8
- 每道题都是可编译运行的
9
9
- 每道题有自己的方法和他人优秀解法
17
17
18
18
- [x] [ 1046. 最后一块石头的重量] ( https://github.com/pphdsny/Leetcode-Java/blob/master/src/pp/arithmetic/leetcode/_1046_lastStoneWeight.java )
19
19
- [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 )
21
21
- [ ] [ 1052. 爱生气的书店老板 -Medium] ( https://leetcode-cn.com/problems/grumpy-bookstore-owner/ )
22
22
- [ ] [ 1053. 交换一次的先前排列 -Medium] ( https://leetcode-cn.com/problems/previous-permutation-with-one-swap/ )
23
23
- [ ] [ 1054. 距离相等的条形码 -Medium] ( https://leetcode-cn.com/problems/distant-barcodes/ )
55
55
- [ 线段树] ( https://leetcode-cn.com/tag/segment-tree/ ) (9)
56
56
- [ 二叉搜索树] ( https://leetcode-cn.com/tag/binary-search-tree/ ) (15)
57
57
58
- ### 题目列表(更新中--已完成168 )
58
+ ### 题目列表(更新中--已完成169 )
59
59
60
60
[ Leetcode-Java(更多题解,持续更新)] ( https://github.com/pphdsny/Leetcode-Java/ )
61
61
224
224
| #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 | |
225
225
| #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 | |
226
226
| #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 | |
227
228
228
229
229
230
You can’t perform that action at this time.
0 commit comments