Skip to content

Commit 27a4725

Browse files
committed
docs: update SOLUTION_TREE.md
1 parent 55fa928 commit 27a4725

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

Diff for: โ€ŽREADME.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
<p align="center">
66
<a href="https://github.com/doocs/leetcode"><img src="https://badgen.net/badge/lang/Java,CPP,Python,JS,Ruby,Go,.../orange?list=1" alt="language"></a>
7-
<a href="http://makeapullrequest.com"><img src="https://badgen.net/badge/PRs/welcome/cyan" alt="PRs Welcome"></a>
8-
<a href="https://github.com/doocs/leetcode/issues"><img src="https://badgen.net/github/open-issues/doocs/leetcode" alt="issues"></a>
97
<a href="https://github.com/doocs/leetcode/stargazers"><img src="https://badgen.net/github/stars/doocs/leetcode" alt="stars"></a>
108
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://badgen.net/github/forks/doocs/leetcode" alt="forks"></a>
11-
<a href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img src="https://badgen.net/badge/license/Attribution-ShareAlike%204.0%20International/F96854" alt="LICENSE"></a>
9+
<a href="https://github.com/doocs/leetcode/issues"><img src="https://badgen.net/github/open-issues/doocs/leetcode" alt="issues"></a>
10+
<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>
11+
<a href="http://makeapullrequest.com"><img src="https://badgen.net/badge/PRs/welcome/cyan" alt="PRs Welcome"></a>
1212
<a href="https://github.com/doocs/intro"><img src="https://badgen.net/badge/organization/join%20us/pink" alt="open-source-organization"></a>
1313
<!-- <a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/leetcode-280/backers/badge.svg" /></a>
1414
<a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/leetcode-280/sponsors/badge.svg" /></a> -->
@@ -22,14 +22,14 @@ See [SOLUTION_TREE](/SOLUTION_TREE.md).
2222

2323
## Contributions
2424
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:
25-
- Fork this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device.
26-
- Add or update file of the repository, then commit and push it to your GitHub repository.
25+
- `Fork` [this repository](https://github.com/doocs/leetcode) to your own GitHub account and then [`clone`](https://help.github.com/articles/cloning-a-repository/) it to your local device.
26+
- Make some changes to your leetcode repository, then `add`, `commit` and `push` it to your remote GitHub repository.
2727
- Submit a pull request with your changes!
28-
- For more details, see [CONTRIBUTING](/.github/CONTRIBUTING.md).
28+
- See [CONTRIBUTING](/.github/CONTRIBUTING.md) for more details.
2929

3030
![how-to-contribute](/img/how-to-contribute-yanglbme.png)
3131

3232
## Contributors
3333
This project exists thanks to all the people who contribute.
3434

35-
<a href="https://github.com/doocs/leetcode/graphs/contributors"><img src="https://opencollective.com/leetcode-280/contributors.svg?width=890&button=false" /></a>
35+
<a href="https://github.com/doocs/leetcode/graphs/contributors"><img src="https://opencollective.com/leetcode-280/contributors.svg?width=890&button=false" /></a>

Diff for: โ€ŽSOLUTION_TREE.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,11 @@
581581
โ”‚ย ย  โ””โ”€โ”€ Solution.java
582582
โ”œโ”€โ”€ 0169.Majority Element
583583
โ”‚ย ย  โ””โ”€โ”€ Solution.java
584+
โ”œโ”€โ”€ 0171.Excel Sheet Column Number
585+
โ”‚ย ย  โ””โ”€โ”€ Solution.java
584586
โ”œโ”€โ”€ 0172.Factorial Trailing Zeroes
585-
โ”‚ย ย  โ””โ”€โ”€ Solution.cpp
587+
โ”‚ย ย  โ”œโ”€โ”€ Solution.cpp
588+
โ”‚ย ย  โ””โ”€โ”€ Solution.java
586589
โ”œโ”€โ”€ 0175.Combine Two Tables
587590
โ”‚ย ย  โ””โ”€โ”€ README.md
588591
โ”œโ”€โ”€ 0176.Second Highest Salary

Diff for: โ€Žimg/how-to-contribute-yanglbme.png

9.39 KB
Loading

0 commit comments

Comments
ย (0)