Skip to content

Commit 7331417

Browse files
author
lucifer
committed
feat: 精选1227题
1 parent 72fe952 commit 7331417

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ node_modules/
99
book*.pdf
1010
book*.mobi
1111
book*.epub
12-
book*.zip
12+
book*.zip
13+
Thumbs.db
14+
.idea/
15+
.vscode/
16+
*.sublime-project
17+
*.sublime-workspace
18+
*.log

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ leetcode 题解,记录自己的 leetcode 解题之路。
365365
- [1131.绝对值表达式的最大值](./problems/1131.maximum-of-absolute-value-expression.md)
366366
- [1186. 删除一次得到子数组最大和](./problems/1186.maximum-subarray-sum-with-one-deletion.md)
367367
- [1218. 最长定差子序列](./problems/1218.longest-arithmetic-subsequence-of-given-difference.md)
368-
- [1227. 飞机座位分配概率](./problems/1227.airplane-seat-assignment-probability.md)
368+
- [1227. 飞机座位分配概率](./problems/1227.airplane-seat-assignment-probability.md) 👍
369369
- [1261. 在受污染的二叉树中查找元素](./problems/1261.find-elements-in-a-contaminated-binary-tree.md)
370370
- [1262. 可被三整除的最大和](./problems/1262.greatest-sum-divisible-by-three.md)
371371
- [1297. 子串的最大出现次数](./problems/1297.maximum-number-of-occurrences-of-a-substring.md)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"scripts": {
33
"book": "gitbook epub . && gitbook pdf . && gitbook mobi . "
4-
}
4+
},
5+
"license": "CC BY-NC-ND 4.0"
56
}

0 commit comments

Comments
 (0)