File tree 3 files changed +17
-6
lines changed
3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
- None.
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
33
33
| <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> |
34
34
| ---| ---| ---| ---| ---| ---| ---| ---|
35
35
| <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 > |
37
37
38
38
<!-- ALL-CONTRIBUTORS-LIST:END -->
Original file line number Diff line number Diff line change 7
7
│ ├── README.md
8
8
│ ├── Solution2.js
9
9
│ ├── Solution2.py
10
+ │ ├── Solution3.js
10
11
│ ├── Solution.cpp
11
12
│ ├── Solution.go
12
13
│ ├── Solution.java
16
17
│ └── Solution.scala
17
18
├── 0002.Add Two Numbers
18
19
│ ├── README.md
20
+ │ ├── Solution2.js
19
21
│ ├── Solution.cpp
20
22
│ ├── Solution.java
21
23
│ ├── Solution.js
22
24
│ ├── Solution.py
23
25
│ └── Solution.rb
24
26
├── 0003.Longest Substring Without Repeating Characters
25
27
│ ├── README.md
26
- │ └── Solution.java
28
+ │ ├── Solution.java
29
+ │ └── Solution.js
27
30
├── 0004.Median of Two Sorted Arrays
28
31
│ ├── README.md
29
32
│ ├── Solution.cpp
295
298
│ └── Solution.py
296
299
├── 0071.Simplify Path
297
300
│ └── Solution.java
301
+ ├── 0072.Edit Distance
302
+ │ └── Solution.java
298
303
├── 0073.Set Matrix Zeroes
299
304
│ ├── README.md
300
305
│ ├── Solution.cpp
306
+ │ ├── Solution.java
301
307
│ └── Solution.py
302
308
├── 0074.Search a 2D Matrix
303
309
│ ├── README.md
304
310
│ ├── Solution.cpp
311
+ │ ├── Solution.java
305
312
│ └── Solution.py
306
313
├── 0075.Sort Colors
307
314
│ ├── README.md
620
627
├── 0735.Asteroid Collision
621
628
│ ├── README.md
622
629
│ └── Solution.py
630
+ ├── 0769.Max Chunks To Make Sorted
631
+ │ ├── README.md
632
+ │ └── Solution.py
623
633
├── 0789.Escape The Ghosts
624
634
│ ├── README.md
625
635
│ └── Solution.py
666
676
│ ├── README.md
667
677
│ ├── Solution.java
668
678
│ └── 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
672
684
673
685
```
You can’t perform that action at this time.
0 commit comments