Skip to content

Commit 359f934

Browse files
committed
docs: update README.md
1 parent 420e093 commit 359f934

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

β€ŽREADME.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://github.com/doocs/leetcode"><img src="https://badgen.net/badge/lang/Java,C++,Python,JS,Ruby,Go,.../orange?list=1" alt="language"></a>
6+
<a href="https://github.com/doocs/leetcode"><img src="https://badgen.net/badge/lang/Java,C++,Python,JS,Ruby,Go,.../green?list=1" alt="language"></a>
77
<a href="https://github.com/doocs/leetcode/stargazers"><img src="https://badgen.net/github/stars/doocs/leetcode" alt="stars"></a>
8-
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://badgen.net/github/forks/doocs/leetcode" alt="forks"></a>
98
<a href="https://github.com/doocs/leetcode/issues"><img src="https://badgen.net/github/open-issues/doocs/leetcode" alt="issues"></a>
9+
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://img.shields.io/github/forks/doocs/leetcode.svg" alt="forks"></a>
1010
<a href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img src="https://badgen.net/badge/license/Attribution-ShareAlike%204.0%20International/green" alt="LICENSE"></a>
1111
<a href="http://makeapullrequest.com"><img src="https://badgen.net/badge/PRs/welcome/cyan" alt="PRs Welcome"></a>
12-
<a href="https://github.com/doocs/intro"><img src="https://badgen.net/badge/organization/join%20us/pink" alt="open-source-organization"></a>
12+
<a href="https://github.com/doocs/intro"><img src="https://badgen.net/badge/organization/join%20us/cyan" alt="open-source-organization"></a>
1313
<!-- <a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/doocs-leetcode/backers/badge.svg" /></a>
1414
<a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/doocs-leetcode/sponsors/badge.svg" /></a> -->
1515
</p>
@@ -33,3 +33,6 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
3333
This project exists thanks to all the people who contribute.
3434

3535
<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>
36+
37+
## License
38+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/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>.

β€Žsolution/README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Solution Tree
2-
32
```
43
.
54
β”œβ”€β”€ 0001.Two Sum
@@ -809,6 +808,8 @@
809808
β”œβ”€β”€ 0521.Longest Uncommon Subsequence I
810809
β”‚Β Β  β”œβ”€β”€ README.md
811810
β”‚Β Β  └── Solution.py
811+
β”œβ”€β”€ 0526.Beautiful Arrangement
812+
β”‚Β Β  └── Solution.java
812813
β”œβ”€β”€ 0542.01 Matrix
813814
β”‚Β Β  └── Solution.java
814815
β”œβ”€β”€ 0554.Brick Wall
@@ -822,9 +823,8 @@
822823
β”‚Β Β  └── Solution.py
823824
β”œβ”€β”€ 0572.Subtree of Another Tree
824825
β”‚Β Β  └── Solution.cpp
825-
β”œβ”€β”€ 0576.
826-
β”‚Β Β  └── Out of Boundary Paths
827-
β”‚Β Β  └── Solution.java
826+
β”œβ”€β”€ 0576.Out of Boundary Paths
827+
β”‚Β Β  └── Solution.java
828828
β”œβ”€β”€ 0581.Shortest Unsorted Continuous Subarray
829829
β”‚Β Β  β”œβ”€β”€ README.md
830830
β”‚Β Β  β”œβ”€β”€ Solution.cpp
@@ -1063,6 +1063,7 @@
10631063
β”‚Β Β  └── Solution.py
10641064
β”œβ”€β”€ 5086.Smallest Subsequence of Distinct Characters
10651065
β”‚Β Β  └── Solution.py
1066-
└── 5087.Letter Tile Possibilities
1067-
└── Solution.py
1068-
```
1066+
β”œβ”€β”€ 5087.Letter Tile Possibilities
1067+
β”‚Β Β  └── Solution.py
1068+
└── README.md
1069+
```

0 commit comments

Comments
Β (0)