Skip to content

Commit 9a71ec1

Browse files
committed
1 parent 6368ca6 commit 9a71ec1

File tree

3 files changed

+83
-8
lines changed

3 files changed

+83
-8
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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-
- <kbd>Fork</kbd> [this repository](https://github.com/doocs/leetcode) to your own GitHub account and then <kbd>[clone](https://help.github.com/articles/cloning-a-repository/)</kbd> it to your local machine.
25+
- <kbd>Fork</kbd> [this repository](https://github.com/doocs/leetcode) to your own GitHub account and then <kbd>clone</kbd> it to your local machine.
2626
- Make some changes to your leetcode repository, then <kbd>add</kbd>, <kbd>commit</kbd> and <kbd>push</kbd> it to your remote GitHub repository.
2727
- Submit a pull request with your changes!
2828
- See [CONTRIBUTING](/.github/CONTRIBUTING.md) for more details.
@@ -32,4 +32,4 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
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/doocs-leetcode/contributors.svg?width=890&button=false" /></a>
35+
<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>

β€ŽSOLUTION_TREE.md

Lines changed: 81 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,8 @@
409409
β”œβ”€β”€ 0099.Recover Binary Search Tree
410410
β”‚Β Β  └── Solution.java
411411
β”œβ”€β”€ 0100.Same Tree
412-
β”‚Β Β  └── Solution.java
412+
β”‚Β Β  β”œβ”€β”€ Solution.java
413+
β”‚Β Β  └── Solution.py
413414
β”œβ”€β”€ 0101.Symmetric Tree
414415
β”‚Β Β  β”œβ”€β”€ Solution.java
415416
β”‚Β Β  └── Solution.js
@@ -419,10 +420,13 @@
419420
β”‚Β Β  β”œβ”€β”€ Solution.js
420421
β”‚Β Β  └── Solution.py
421422
β”œβ”€β”€ 0103.Binary Tree Zigzag Level Order Traversal
422-
β”‚Β Β  └── Solution.java
423+
β”‚Β Β  β”œβ”€β”€ Solution.java
424+
β”‚Β Β  └── Solution.py
423425
β”œβ”€β”€ 0104.Maximum Depth of Binary Tree
424426
β”‚Β Β  β”œβ”€β”€ Solution.java
425-
β”‚Β Β  └── Solution.js
427+
β”‚Β Β  β”œβ”€β”€ Solution.js
428+
β”‚Β Β  β”œβ”€β”€ Solution.py
429+
β”‚Β Β  └── new.md
426430
β”œβ”€β”€ 0105.Construct Binary Tree from Preorder and Inorder Traversal
427431
β”‚Β Β  β”œβ”€β”€ README.md
428432
β”‚Β Β  β”œβ”€β”€ Solution.cpp
@@ -637,6 +641,8 @@
637641
β”œβ”€β”€ 0200.Number of Islands
638642
β”‚Β Β  β”œβ”€β”€ README.md
639643
β”‚Β Β  └── Solution.py
644+
β”œβ”€β”€ 0201.Bitwise AND of Numbers Range
645+
β”‚Β Β  └── Solution.java
640646
β”œβ”€β”€ 0202.Happy Number
641647
β”‚Β Β  β”œβ”€β”€ README.md
642648
β”‚Β Β  └── Solution.java
@@ -664,6 +670,8 @@
664670
β”‚Β Β  β”œβ”€β”€ README.md
665671
β”‚Β Β  β”œβ”€β”€ Solution.cpp
666672
β”‚Β Β  └── Solution.py
673+
β”œβ”€β”€ 0229.Majority Element II
674+
β”‚Β Β  └── Solution.java
667675
β”œβ”€β”€ 0231.Power of Two
668676
β”‚Β Β  β”œβ”€β”€ README.md
669677
β”‚Β Β  β”œβ”€β”€ Solution.java
@@ -682,6 +690,12 @@
682690
β”‚Β Β  └── Solution.py
683691
β”œβ”€β”€ 0242.Valid Anagram
684692
β”‚Β Β  └── Solution.js
693+
β”œβ”€β”€ 0260.Single Number III
694+
β”‚Β Β  └── Solution.java
695+
β”œβ”€β”€ 0263.Ugly Number
696+
β”‚Β Β  └── Solution.java
697+
β”œβ”€β”€ 0264.Ugly Number II
698+
β”‚Β Β  └── Solution.java
685699
β”œβ”€β”€ 0268.Missing Number
686700
β”‚Β Β  β”œβ”€β”€ Solution.js
687701
β”‚Β Β  └── Solution2.js
@@ -705,13 +719,17 @@
705719
β”‚Β Β  └── Solution.java
706720
β”œβ”€β”€ 0318.Maximum Product of Word Lengths
707721
β”‚Β Β  └── Solution.cpp
722+
β”œβ”€β”€ 0319.Bulb Switcher
723+
β”‚Β Β  └── Solution.java
708724
β”œβ”€β”€ 0326.Power of Three
709725
β”‚Β Β  └── Solution.js
710726
β”œβ”€β”€ 0328.Odd Even Linked List
711727
β”‚Β Β  β”œβ”€β”€ README.md
712728
β”‚Β Β  └── Solution.java
713729
β”œβ”€β”€ 0329.Longest Increasing Path in a Matrix
714730
β”‚Β Β  └── Solution.cpp
731+
β”œβ”€β”€ 0331.Verify Preorder Serialization of a Binary Tree
732+
β”‚Β Β  └── Solution.java
715733
β”œβ”€β”€ 0343.Integer Break
716734
β”‚Β Β  β”œβ”€β”€ README.md
717735
β”‚Β Β  └── Solution.java
@@ -724,6 +742,8 @@
724742
β”‚Β Β  └── Solution.py
725743
β”œβ”€β”€ 0350.Intersection of Two Arrays II
726744
β”‚Β Β  └── Solution.js
745+
β”œβ”€β”€ 0371.Sum of Two Integers
746+
β”‚Β Β  └── Solution.java
727747
β”œβ”€β”€ 0384.Shuffle an Array
728748
β”‚Β Β  └── Solution.js
729749
β”œβ”€β”€ 0387.First Unique Character in a String
@@ -734,10 +754,16 @@
734754
β”œβ”€β”€ 0394.Decode String
735755
β”‚Β Β  β”œβ”€β”€ README.md
736756
β”‚Β Β  └── Solution.py
757+
β”œβ”€β”€ 0397.Integer Replacement
758+
β”‚Β Β  └── Solution.java
759+
β”œβ”€β”€ 0401.Binary Watch
760+
β”‚Β Β  └── Solution.java
737761
β”œβ”€β”€ 0412.Fizz Buzz
738762
β”‚Β Β  β”œβ”€β”€ Solution.cpp
739763
β”‚Β Β  β”œβ”€β”€ Solution.js
740764
β”‚Β Β  └── Solution.py
765+
β”œβ”€β”€ 0415.Add Strings
766+
β”‚Β Β  └── Solution.java
741767
β”œβ”€β”€ 0423.Reconstruct Original Digits from English
742768
β”‚Β Β  └── Solution.cpp
743769
β”œβ”€β”€ 0427.Construct Quad Tree
@@ -773,6 +799,8 @@
773799
β”œβ”€β”€ 0521.Longest Uncommon Subsequence I
774800
β”‚Β Β  β”œβ”€β”€ README.md
775801
β”‚Β Β  └── Solution.py
802+
β”œβ”€β”€ 0542.01 Matrix
803+
β”‚Β Β  └── Solution.java
776804
β”œβ”€β”€ 0554.Brick Wall
777805
β”‚Β Β  β”œβ”€β”€ README.md
778806
β”‚Β Β  └── Solution.py
@@ -784,6 +812,9 @@
784812
β”‚Β Β  └── Solution.py
785813
β”œβ”€β”€ 0572.Subtree of Another Tree
786814
β”‚Β Β  └── Solution.cpp
815+
β”œβ”€β”€ 0576.
816+
β”‚Β Β  └── Out of Boundary Paths
817+
β”‚Β Β  └── Solution.java
787818
β”œβ”€β”€ 0581.Shortest Unsorted Continuous Subarray
788819
β”‚Β Β  β”œβ”€β”€ README.md
789820
β”‚Β Β  β”œβ”€β”€ Solution.cpp
@@ -797,10 +828,14 @@
797828
β”‚Β Β  β”œβ”€β”€ Solution.cpp
798829
β”‚Β Β  β”œβ”€β”€ Solution.java
799830
β”‚Β Β  └── Solution.py
831+
β”œβ”€β”€ 0606.Construct String from Binary Tree
832+
β”‚Β Β  └── Solution.java
800833
β”œβ”€β”€ 0620.Not Boring Movies
801834
β”‚Β Β  └── README.md
802835
β”œβ”€β”€ 0627.Swap Salary
803836
β”‚Β Β  └── README.md
837+
β”œβ”€β”€ 0652.Find Duplicate Subtrees
838+
β”‚Β Β  └── Solution.java
804839
β”œβ”€β”€ 0657.Robot Return to Origin
805840
β”‚Β Β  └── Solution.py
806841
β”œβ”€β”€ 0665.Non-decreasing Array
@@ -809,6 +844,8 @@
809844
β”œβ”€β”€ 0670.Maximum Swap
810845
β”‚Β Β  β”œβ”€β”€ README.md
811846
β”‚Β Β  └── Solution.py
847+
β”œβ”€β”€ 0687.Longest Univalue Path
848+
β”‚Β Β  └── Solution.java
812849
β”œβ”€β”€ 0695.Max Area of Island
813850
β”‚Β Β  β”œβ”€β”€ README.md
814851
β”‚Β Β  β”œβ”€β”€ Solution.cpp
@@ -830,14 +867,25 @@
830867
β”œβ”€β”€ 0735.Asteroid Collision
831868
β”‚Β Β  β”œβ”€β”€ README.md
832869
β”‚Β Β  └── Solution.py
870+
β”œβ”€β”€ 0739.Daily Temperatures
871+
β”‚Β Β  └── Solution.java
872+
β”œβ”€β”€ 0746.Min Cost Climbing Stairs
873+
β”‚Β Β  └── Solution.java
833874
β”œβ”€β”€ 0762.Prime Number of Set Bits in Binary Representation
834875
β”‚Β Β  β”œβ”€β”€ README.md
835876
β”‚Β Β  └── Solution.py
836877
β”œβ”€β”€ 0769.Max Chunks To Make Sorted
837878
β”‚Β Β  β”œβ”€β”€ README.md
838879
β”‚Β Β  └── Solution.py
839880
β”œβ”€β”€ 0771.Jewels and Stones
881+
β”‚Β Β  β”œβ”€β”€ Solution.cpp
840882
β”‚Β Β  └── Solution.py
883+
β”œβ”€β”€ 0777.Swap Adjacent in LR String
884+
β”‚Β Β  └── Solution.java
885+
β”œβ”€β”€ 0783.Minimum Distance Between BST Nodes
886+
β”‚Β Β  └── Solution.java
887+
β”œβ”€β”€ 0784.Letter Case Permutation
888+
β”‚Β Β  └── Solution.java
841889
β”œβ”€β”€ 0789.Escape The Ghosts
842890
β”‚Β Β  β”œβ”€β”€ README.md
843891
β”‚Β Β  └── Solution.py
@@ -882,6 +930,8 @@
882930
β”œβ”€β”€ 0889.Construct Binary Tree from Preorder and Postorder Traversal
883931
β”‚Β Β  β”œβ”€β”€ README.md
884932
β”‚Β Β  └── Solution.py
933+
β”œβ”€β”€ 0898.Bitwise ORs of Subarrays
934+
β”‚Β Β  └── Solution.java
885935
β”œβ”€β”€ 0905.Sort Array By Parity
886936
β”‚Β Β  β”œβ”€β”€ README.md
887937
β”‚Β Β  β”œβ”€β”€ Solution.js
@@ -902,6 +952,8 @@
902952
β”‚Β Β  └── Solution.py
903953
β”œβ”€β”€ 0930.Binary Subarrays With Sum
904954
β”‚Β Β  └── Solution.js
955+
β”œβ”€β”€ 0931.Minimum Falling Path Sum
956+
β”‚Β Β  └── Solution.java
905957
β”œβ”€β”€ 0938.Range Sum of BST
906958
β”‚Β Β  β”œβ”€β”€ README.md
907959
β”‚Β Β  β”œβ”€β”€ Solution.cpp
@@ -929,7 +981,8 @@
929981
β”‚Β Β  β”œβ”€β”€ Solution.js
930982
β”‚Β Β  β”œβ”€β”€ Solution.py
931983
β”‚Β Β  β”œβ”€β”€ Solution2.cpp
932-
β”‚Β Β  └── Solution2.py
984+
β”‚Β Β  β”œβ”€β”€ Solution2.py
985+
β”‚Β Β  └── Solution3.cpp
933986
β”œβ”€β”€ 0965.Univalued Binary Tree
934987
β”‚Β Β  └── Solution.cpp
935988
β”œβ”€β”€ 0976.Largest Perimeter Triangle
@@ -944,6 +997,8 @@
944997
β”‚Β Β  β”œβ”€β”€ Solution.cpp
945998
β”‚Β Β  β”œβ”€β”€ Solution.js
946999
β”‚Β Β  └── Solution.py
1000+
β”œβ”€β”€ 0989.Add to Array-Form of Integer
1001+
β”‚Β Β  └── Solution.java
9471002
β”œβ”€β”€ 1005.Maximize Sum Of Array After K Negations
9481003
β”‚Β Β  └── Solution.py
9491004
β”œβ”€β”€ 1006.Clumsy Factorial
@@ -978,6 +1033,26 @@
9781033
β”‚Β Β  └── Solution.cpp
9791034
β”œβ”€β”€ 1027.Longest Arithmetic Sequence
9801035
β”‚Β Β  └── Solution.cpp
981-
└── 1028.Recover a Tree From Preorder Traversal
982-
└── Solution.cpp
1036+
β”œβ”€β”€ 1028.Recover a Tree From Preorder Traversal
1037+
β”‚Β Β  └── Solution.cpp
1038+
β”œβ”€β”€ 1033.Moving Stones Until Consecutive
1039+
β”‚Β Β  └── Solution.java
1040+
β”œβ”€β”€ 1034.Coloring A Border
1041+
β”‚Β Β  └── Solution.java
1042+
β”œβ”€β”€ 5075.Number of Submatrices That Sum to Target
1043+
β”‚Β Β  └── Solution.py
1044+
β”œβ”€β”€ 5076.Greatest Common Divisor of Strings
1045+
β”‚Β Β  └── Solution.py
1046+
β”œβ”€β”€ 5077.Flip Columns For Maximum Number of Equal Rows
1047+
β”‚Β Β  └── Solution.py
1048+
β”œβ”€β”€ 5078.Adding Two Negabinary Numbers
1049+
β”‚Β Β  └── Solution.py
1050+
β”œβ”€β”€ 5083.Occurrences After Bigram
1051+
β”‚Β Β  └── Solution.py
1052+
β”œβ”€β”€ 5084.Insufficient Nodes in Root to Leaf Paths
1053+
β”‚Β Β  └── Solution.py
1054+
β”œβ”€β”€ 5086.Smallest Subsequence of Distinct Characters
1055+
β”‚Β Β  └── Solution.py
1056+
└── 5087.Letter Tile Possibilities
1057+
└── Solution.py
9831058
```

0 commit comments

Comments
Β (0)