Skip to content

Commit ea636a3

Browse files
committedMar 8, 2020
docs: update README.md
1 parent 5e095e9 commit ea636a3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCCI
1919

2020
[中文文档](./README_CN.md)
2121

22-
## Solution Tree
22+
## Solutions
2323
- [LeetCode](./solution/README.md)
2424
- [LCCI](./lcci/README.md) / [LCOF](./lcof/README.md)
2525

2626
## Contributions
2727
I'm looking for long-term contributors/partners to this repo! Send me [PRs](https://github.com/doocs/leetcode/pulls) if you're interested! See the following:
28+
2829
- <kbd>Fork</kbd> [this repository](https://github.com/doocs/leetcode) to your own GitHub account and then <kbd>clone</kbd> it to your local machine.
2930
- Make some changes to your leetcode repository, then <kbd>add</kbd>, <kbd>commit</kbd> and <kbd>push</kbd> the changes to your remote GitHub repository.
3031
- Submit a pull request with your changes!
@@ -44,4 +45,4 @@ This project exists thanks to all the people who contribute.
4445
<a href="https://opencollective.com/doocs-leetcode/contributors.svg?width=890&button=true"><img src="https://opencollective.com/doocs-leetcode/contributors.svg?width=890&button=false" /></a>
4546

4647
## License
47-
<a rel="license" href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img alt="Creative Commons License" style="border-width:0" src="./img/cc-by-sa-88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
48+
<a rel="license" href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img alt="Creative Commons License" style="border-width:0" src="./img/cc-by-sa-88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.

‎README_CN.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@
4646
<a href="https://opencollective.com/doocs-leetcode/contributors.svg?width=890&button=true"><img src="https://opencollective.com/doocs-leetcode/contributors.svg?width=890&button=false" /></a>
4747

4848
## 许可证
49-
50-
<a rel="license" href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img alt="Creative Commons License" style="border-width:0" src="./img/cc-by-sa-88x31.png" /></a><br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">知识共享 版权归属-相同方式共享 4.0 国际 公共许可证</a>。
49+
<a rel="license" href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img alt="Creative Commons License" style="border-width:0" src="./img/cc-by-sa-88x31.png" /></a><br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">知识共享 版权归属-相同方式共享 4.0 国际 公共许可证</a>。

‎lcof/面试题27. 二叉树的镜像/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
 / \   / \
2323
9   6 3   1
2424
```
25-
 
2625

2726
**示例 1:**
2827

0 commit comments

Comments
 (0)
Please sign in to comment.