Skip to content

Commit 37c146b

Browse files
committed
Broken link fix
1 parent 027ae11 commit 37c146b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Python solution of problems from [LeetCode](https://leetcode.com/).
3535
##### [Problems 400-500](./400-500q/)
3636
| # | Title | Solution | Difficulty |
3737
|---| ----- | -------- | ---------- |
38-
|410|[Split Array Largest Sum](https://leetcode.com/problems/split-array-largest-sum/) | [Python](./400-500q/410.py)|Hard|
39-
|454|[4Sum II](https://leetcode.com/problems/4sum-ii/)|[Python](./400-500q/454.py)|Medium|
38+
|410|[Split Array Largest Sum](https://leetcode.com/problems/split-array-largest-sum/) | [Python](./400-500Q/410.py)|Hard|
39+
|454|[4Sum II](https://leetcode.com/problems/4sum-ii/)|[Python](./400-500Q/454.py)|Medium|
4040

4141
##### [Problems 300-400](./300-400q/)
4242
| # | Title | Solution | Difficulty |

0 commit comments

Comments
 (0)