Skip to content

Commit b87c4b8

Browse files
committed
fix: update link of contributing
1 parent 31c676b commit b87c4b8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ I'm looking for long-term contributors/partners to this repo! Send me [PRs](http
2525
- <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> the changes to your remote GitHub repository.
2727
- Submit a pull request with your changes!
28-
- See [CONTRIBUTING](/.github/CONTRIBUTING.md) or [GitHub Help](https://help.github.com/en) for more details.
28+
- See [CONTRIBUTING](https://github.com/doocs/.github/blob/master/CONTRIBUTING.md) or [GitHub Help](https://help.github.com/en) for more details.
2929

3030
<p align="center">
3131
<a href="https://github.com/doocs/leetcode"><img src="./img/how-to-contribute.png" alt="how-to-contribute"></a>

β€Žsolution/README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,8 @@
604604
β”œβ”€β”€ 0151.Reverse Words in a String
605605
β”‚Β Β  └── Solution.java
606606
β”œβ”€β”€ 0152.Maximum Product Subarray
607-
β”‚Β Β  └── Solution.java
607+
β”‚Β Β  β”œβ”€β”€ Solution.java
608+
β”‚Β Β  └── Solution.py
608609
β”œβ”€β”€ 0153.Find Minimum in Rotated Sorted Array
609610
β”‚Β Β  β”œβ”€β”€ README.md
610611
β”‚Β Β  β”œβ”€β”€ Solution.cpp
@@ -852,12 +853,18 @@
852853
β”‚Β Β  └── Solution.java
853854
β”œβ”€β”€ 0402.Remove K Digits
854855
β”‚Β Β  └── Solution.java
856+
β”œβ”€β”€ 0405.Convert a Number to Hexadecimal
857+
β”‚Β Β  └── Solution.java
855858
β”œβ”€β”€ 0406.Queue Reconstruction by Height
856859
β”‚Β Β  └── Solution.java
860+
β”œβ”€β”€ 0410.Split Array Largest Sum
861+
β”‚Β Β  └── Solution.java
857862
β”œβ”€β”€ 0412.Fizz Buzz
858863
β”‚Β Β  β”œβ”€β”€ Solution.cpp
859864
β”‚Β Β  β”œβ”€β”€ Solution.js
860865
β”‚Β Β  └── Solution.py
866+
β”œβ”€β”€ 0414.Third Maximum Number
867+
β”‚Β Β  └── Solution.java
861868
β”œβ”€β”€ 0415.Add Strings
862869
β”‚Β Β  └── Solution.java
863870
β”œβ”€β”€ 0421.Maximum XOR of Two Numbers in an Array
@@ -1018,6 +1025,8 @@
10181025
β”‚Β Β  └── Solution.java
10191026
β”œβ”€β”€ 0674.Longest Continuous Increasing Subsequence
10201027
β”‚Β Β  └── Solution.java
1028+
β”œβ”€β”€ 0684.Redundant Connection
1029+
β”‚Β Β  └── Solution.java
10211030
β”œβ”€β”€ 0687.Longest Univalue Path
10221031
β”‚Β Β  └── Solution.java
10231032
β”œβ”€β”€ 0695.Max Area of Island
@@ -1094,6 +1103,7 @@
10941103
β”œβ”€β”€ 0832.Flipping an Image
10951104
β”‚Β Β  β”œβ”€β”€ README.md
10961105
β”‚Β Β  β”œβ”€β”€ Solution.cpp
1106+
β”‚Β Β  β”œβ”€β”€ Solution.java
10971107
β”‚Β Β  β”œβ”€β”€ Solution.js
10981108
β”‚Β Β  └── Solution.py
10991109
β”œβ”€β”€ 0836.Rectangle Overlap
@@ -1119,6 +1129,8 @@
11191129
β”‚Β Β  └── Solution.js
11201130
β”œβ”€β”€ 0874.Walking Robot Simulation
11211131
β”‚Β Β  └── Solution.cpp
1132+
β”œβ”€β”€ 0875.Koko Eating Bananas
1133+
β”‚Β Β  └── Solution.java
11221134
β”œβ”€β”€ 0876.Middle of the Linked List
11231135
β”‚Β Β  β”œβ”€β”€ README.md
11241136
β”‚Β Β  β”œβ”€β”€ Solution.java
@@ -1153,6 +1165,8 @@
11531165
β”œβ”€β”€ 0917.Reverse Only Letters
11541166
β”‚Β Β  β”œβ”€β”€ Solution.cpp
11551167
β”‚Β Β  └── Solution.py
1168+
β”œβ”€β”€ 0918.Maximum Sum Circular Subarray
1169+
β”‚Β Β  └── Solution.java
11561170
β”œβ”€β”€ 0922.Sort Array By Parity II
11571171
β”‚Β Β  β”œβ”€β”€ README.md
11581172
β”‚Β Β  └── Solution.js

0 commit comments

Comments
Β (0)