Skip to content

Commit

Permalink
feat: 精选1227题
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer committed Mar 12, 2021
1 parent 72fe952 commit 7331417
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ node_modules/
book*.pdf
book*.mobi
book*.epub
book*.zip
book*.zip
Thumbs.db
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ leetcode 题解,记录自己的 leetcode 解题之路。
- [1131.绝对值表达式的最大值](./problems/1131.maximum-of-absolute-value-expression.md)
- [1186. 删除一次得到子数组最大和](./problems/1186.maximum-subarray-sum-with-one-deletion.md)
- [1218. 最长定差子序列](./problems/1218.longest-arithmetic-subsequence-of-given-difference.md)
- [1227. 飞机座位分配概率](./problems/1227.airplane-seat-assignment-probability.md)
- [1227. 飞机座位分配概率](./problems/1227.airplane-seat-assignment-probability.md) 👍
- [1261. 在受污染的二叉树中查找元素](./problems/1261.find-elements-in-a-contaminated-binary-tree.md)
- [1262. 可被三整除的最大和](./problems/1262.greatest-sum-divisible-by-three.md)
- [1297. 子串的最大出现次数](./problems/1297.maximum-number-of-occurrences-of-a-substring.md)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"scripts": {
"book": "gitbook epub . && gitbook pdf . && gitbook mobi . "
}
},
"license": "CC BY-NC-ND 4.0"
}

0 comments on commit 7331417

Please sign in to comment.