Skip to content

Commit ff6a41c

Browse files
committed
docs(solution): update solution tree and add a contributor
Add a contributor @Neil94n Update solution tree
1 parent b113ee4 commit ff6a41c

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
None.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
3333
| <center> [<img src="https://avatars3.githubusercontent.com/u/21008209?v=4" width="80px;"/>](https://github.com/yanglbme) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/23625436?v=4" width="80px;"/>](https://github.com/chakyam) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/10081554?v=4" width="80px;"/>](https://github.com/zhkmxx9302013) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/40383345?v=4" width="80px;"/>](https://github.com/MarkKuang1991) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/12371194?v=4" width="80px;"/>](https://github.com/fonxian) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/25222367?v=4" width="80px;"/>](https://github.com/zhanary) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/42396616?v=4" width="80px;"/>](https://github.com/ZhouTingZhaobiu) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/31923541?v=4" width="80px;"/>](https://github.com/zouwx2cs) </center> |
3434
|---|---|---|---|---|---|---|---|
3535
| <center> [<img src="https://avatars3.githubusercontent.com/u/20679510?v=4" width="80px;"/>](https://github.com/Mrzhudky) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/44309823?v=4" width="80px;"/>](https://github.com/KongJHong) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/18181519?v=4" width="80px;"/>](https://github.com/limbowandering) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/37685012?v=4" width="80px;"/>](https://github.com/jxdeng3989) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/44314231?v=4" width="80px;"/>](https://github.com/igayhub) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/30177307?v=4" width="80px;"/>](https://github.com/MCN1998) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/5793058?v=4" width="80px;"/>](https://github.com/Fairyhead) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/24841082?v=4" width="80px;"/>](https://github.com/zhng1456) </center> |
36-
| <center> [<img src="https://avatars3.githubusercontent.com/u/32598987?v=4" width="80px;"/>](https://github.com/xiapengchng) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/37660444?v=4" width="80px;"/>](https://github.com/Mcnwork2018) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/22535595?v=4" width="80px;"/>](https://github.com/bluesword12350) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/39827514?v=4" width="80px;"/>](https://github.com/ashwek) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/25475525?v=4" width="80px;"/>](https://github.com/Mrtj2016) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/19249839?v=4" width="80px;"/>](https://github.com/biubiubiubiubiubiubiu) </center> |
36+
| <center> [<img src="https://avatars3.githubusercontent.com/u/32598987?v=4" width="80px;"/>](https://github.com/xiapengchng) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/37660444?v=4" width="80px;"/>](https://github.com/Mcnwork2018) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/22535595?v=4" width="80px;"/>](https://github.com/bluesword12350) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/39827514?v=4" width="80px;"/>](https://github.com/ashwek) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/25475525?v=4" width="80px;"/>](https://github.com/Mrtj2016) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/19249839?v=4" width="80px;"/>](https://github.com/biubiubiubiubiubiubiu) </center> | <center> [<img src="https://avatars3.githubusercontent.com/u/31436272?v=4" width="80px;"/>](https://github.com/Neil94n) </center> |
3737

3838
<!-- ALL-CONTRIBUTORS-LIST:END -->

SOLUTION_TREE.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
│   ├── README.md
88
│   ├── Solution2.js
99
│   ├── Solution2.py
10+
│   ├── Solution3.js
1011
│   ├── Solution.cpp
1112
│   ├── Solution.go
1213
│   ├── Solution.java
@@ -16,14 +17,16 @@
1617
│   └── Solution.scala
1718
├── 0002.Add Two Numbers
1819
│   ├── README.md
20+
│   ├── Solution2.js
1921
│   ├── Solution.cpp
2022
│   ├── Solution.java
2123
│   ├── Solution.js
2224
│   ├── Solution.py
2325
│   └── Solution.rb
2426
├── 0003.Longest Substring Without Repeating Characters
2527
│   ├── README.md
26-
│   └── Solution.java
28+
│   ├── Solution.java
29+
│   └── Solution.js
2730
├── 0004.Median of Two Sorted Arrays
2831
│   ├── README.md
2932
│   ├── Solution.cpp
@@ -295,13 +298,17 @@
295298
│   └── Solution.py
296299
├── 0071.Simplify Path
297300
│   └── Solution.java
301+
├── 0072.Edit Distance
302+
│   └── Solution.java
298303
├── 0073.Set Matrix Zeroes
299304
│   ├── README.md
300305
│   ├── Solution.cpp
306+
│   ├── Solution.java
301307
│   └── Solution.py
302308
├── 0074.Search a 2D Matrix
303309
│   ├── README.md
304310
│   ├── Solution.cpp
311+
│   ├── Solution.java
305312
│   └── Solution.py
306313
├── 0075.Sort Colors
307314
│   ├── README.md
@@ -620,6 +627,9 @@
620627
├── 0735.Asteroid Collision
621628
│   ├── README.md
622629
│   └── Solution.py
630+
├── 0769.Max Chunks To Make Sorted
631+
│   ├── README.md
632+
│   └── Solution.py
623633
├── 0789.Escape The Ghosts
624634
│   ├── README.md
625635
│   └── Solution.py
@@ -666,8 +676,10 @@
666676
│   ├── README.md
667677
│   ├── Solution.java
668678
│   └── Solution.py
669-
└── 0952.Largest Component Size by Common Factor
670-
├── README.md
671-
└── Solution.java
679+
├── 0952.Largest Component Size by Common Factor
680+
│   ├── README.md
681+
│   └── Solution.java
682+
└── 0953.Verifying an Alien Dictionary
683+
└── Solution.cpp
672684
673685
```

0 commit comments

Comments
 (0)