Skip to content

Commit 027ae11

Browse files
committed
Fix the broken link and solution of 454 problem number
1 parent 24d1a9b commit 027ae11

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Python solution of problems from [LeetCode](https://leetcode.com/).
3636
| # | Title | Solution | Difficulty |
3737
|---| ----- | -------- | ---------- |
3838
|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|
3940

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

0 commit comments

Comments
 (0)