Skip to content

Commit f6cba8d

Browse files
committed
Merge branch 'master' of github.com:doocs/leetcode
2 parents 157bc7b + 99f1935 commit f6cba8d

File tree

41 files changed

+609
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+609
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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> | <center> [<img src="https://avatars3.githubusercontent.com/u/31436272?v=4" width="80px;"/>](https://github.com/Neil94n) </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> | <center> [<img src="https://avatars3.githubusercontent.com/u/9976942?v=4" width="80px;"/>](https://github.com/LZHD) </center> |
3737

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

SOLUTION_TREE.md

Lines changed: 54 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,20 @@
3030
├── 0004.Median of Two Sorted Arrays
3131
│   ├── README.md
3232
│   ├── Solution.cpp
33-
│   └── Solution.java
33+
│   ├── Solution.java
34+
│   └── Solution.js
3435
├── 0005.Longest Palindromic Substring
3536
│   ├── README.md
36-
│   └── Solution.java
37+
│   ├── Solution.java
38+
│   └── Solution.js
3739
├── 0006.ZigZag Conversion
3840
│   ├── Solution.cpp
3941
│   ├── Solution.java
42+
│   ├── Solution.js
4043
│   └── Solution.py
4144
├── 0007.Reverse Integer
4245
│   ├── README.md
46+
│   ├── Solution2.js
4347
│   ├── Solution2.py
4448
│   ├── Solution.java
4549
│   ├── Solution.js
@@ -123,6 +127,7 @@
123127
│   └── Solution.rb
124128
├── 0024.Swap Nodes in Pairs
125129
│   ├── README.md
130+
│   ├── Solution2.cpp
126131
│   ├── Solution.cpp
127132
│   ├── Solution.java
128133
│   ├── Solution.py
@@ -316,9 +321,20 @@
316321
│   ├── Solution.cpp
317322
│   ├── Solution.java
318323
│   └── Solution.py
324+
├── 0076.Minimum Window Substring
325+
│   └── Solution.java
326+
├── 0077.Combinations
327+
│   └── Solution.java
328+
├── 0078.Subsets
329+
│   └── Solution.java
330+
├── 0079.Word Search
331+
│   └── Solution.java
319332
├── 0080.Remove Duplicates from Sorted Array II
320333
│   ├── README.md
321-
│   └── Solution.cpp
334+
│   ├── Solution.cpp
335+
│   └── Solution.java
336+
├── 0081.Search in Rotated Sorted Array II
337+
│   └── Solution.java
322338
├── 0082.Remove Duplicates from Sorted List II
323339
│   ├── README.md
324340
│   ├── Solution.java
@@ -331,10 +347,14 @@
331347
│   ├── README.md
332348
│   ├── Solution.cpp
333349
│   └── Solution.java
350+
├── 0085.Maximal Rectangle
351+
│   └── Solution.java
334352
├── 0086.Partition List
335353
│   ├── README.md
336354
│   ├── Solution.java
337355
│   └── Solution.py
356+
├── 0087.Scramble String
357+
│   └── Solution.java
338358
├── 0088.Merge Sorted Array
339359
│   └── Solution.js
340360
├── 0090.Subsets II
@@ -558,6 +578,8 @@
558578
├── 0387.First Unique Character in a String
559579
│   ├── Solution.cpp
560580
│   └── Solution.js
581+
├── 0393.UTF-8 Validation
582+
│   └── Solution.cpp
561583
├── 0394.Decode String
562584
│   ├── README.md
563585
│   └── Solution.py
@@ -583,6 +605,9 @@
583605
├── 0521.Longest Uncommon Subsequence I
584606
│   ├── README.md
585607
│   └── Solution.py
608+
├── 0554.Brick Wall
609+
│   ├── README.md
610+
│   └── Solution.py
586611
├── 0567.Permutation in String
587612
│   ├── README.md
588613
│   └── Solution.py
@@ -624,15 +649,22 @@
624649
├── 0707.Design Linked List
625650
│   ├── README.md
626651
│   └── Solution.java
652+
├── 0728.Self Dividing Numbers
653+
│   └── Solution.cpp
627654
├── 0735.Asteroid Collision
628655
│   ├── README.md
629656
│   └── Solution.py
657+
├── 0762.Prime Number of Set Bits in Binary Representation
658+
│   ├── README.md
659+
│   └── Solution.py
630660
├── 0769.Max Chunks To Make Sorted
631661
│   ├── README.md
632662
│   └── Solution.py
633663
├── 0789.Escape The Ghosts
634664
│   ├── README.md
635665
│   └── Solution.py
666+
├── 0797.All Paths From Source to Target
667+
│   └── Solution.cpp
636668
├── 0804.Unique Morse Code Words
637669
│   └── Solution.py
638670
├── 0817.Linked List Components
@@ -642,6 +674,9 @@
642674
├── 0826.Most Profit Assigning Work
643675
│   ├── README.md
644676
│   └── Solution.py
677+
├── 0832.Flipping an Image
678+
│   ├── Solution.cpp
679+
│   └── Solution.py
645680
├── 0836.Rectangle Overlap
646681
│   └── Solution.cpp
647682
├── 0848.Shifting Letters
@@ -662,6 +697,8 @@
662697
├── 0889.Construct Binary Tree from Preorder and Postorder Traversal
663698
│   ├── README.md
664699
│   └── Solution.py
700+
├── 0905.Sort Array By Parity
701+
│   └── Solution.py
665702
├── 0915.Partition Array into Disjoint Intervals
666703
│   ├── README.md
667704
│   └── Solution.py
@@ -674,12 +711,23 @@
674711
│   └── Solution.js
675712
├── 0938.Range Sum of BST
676713
│   ├── README.md
714+
│   ├── Solution.cpp
677715
│   ├── Solution.java
678716
│   └── Solution.py
717+
├── 0950.Reveal Cards In Increasing Order
718+
│   └── Solution.cpp
679719
├── 0952.Largest Component Size by Common Factor
680720
│   ├── README.md
681721
│   └── Solution.java
682-
└── 0953.Verifying an Alien Dictionary
683-
└── Solution.cpp
684-
722+
├── 0953.Verifying an Alien Dictionary
723+
│   ├── Solution.cpp
724+
│   └── Solution.py
725+
├── 0955.Delete Columns to Make Sorted II
726+
│   ├── README.md
727+
│   └── Solution.java
728+
└── 0961.N-Repeated Element in Size 2N Array
729+
├── README.md
730+
├── Solution.java
731+
├── Solution.js
732+
└── Solution.py
685733
```
-571 Bytes
Loading
-2.51 KB
Loading
-27.9 KB
Loading

img/brick_wall.png

36.5 KB
Loading

img/clone-fork-doocs-leetcode.jpg

-8.33 KB
Loading

img/create-pull-request.png

-11.9 KB
Loading

img/dev-pull-request.png

-10.8 KB
Loading

img/email-of-pull-request.jpg

-14 KB
Loading

0 commit comments

Comments
 (0)