Skip to content

Commit ee0b3cf

Browse files
committed
update readme
1 parent 197cfe3 commit ee0b3cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/Question List.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
0143-reorder-list python medium
1515
0021-merge-two-sorted-lists javascript easy
1616
0442-find-all-duplicates-in-an-array python medium
17-
0041-first-missing-positive python hard
17+
0041-first-missing-positive python hard
18+
0713-subarray-product-less-than-k python medium

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ The solutions are organized as follows:
250250
| 0704 | [Binary Search](https://leetcode.com/problems/binary-search/) | [Pythoon](./0704-binary-search/0704-binary-search.py), [C++](./0704-binary-search/0704-binary-search.cpp) | [Easy](./0704-binary-search/README.md) |
251251
| 0706 | [Design HashMap](https://leetcode.com/problems/design-hashmap/) | [Python](./0706-design-hashmap/0706-design-hashmap.py), [C++](./0706-design-hashmap/0706-design-hashmap.cpp) | [Easy](./0706-design-hashmap/README.md) |
252252
| 0712 | [Minimum ASCII Delete Sum for Two Strings](https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings/) | [Python](./0712-minimum-ascii-delete-sum-for-two-strings/0712-minimum-ascii-delete-sum-for-two-strings.py) | [Medium](./0712-minimum-ascii-delete-sum-for-two-strings/README.md) |
253+
| 0713 | [Subarray Product Less Than K](https://leetcode.com/problems/subarray-product-less-than-k/) | [Python](./0713-subarray-product-less-than-k/0713-subarray-product-less-than-k.py) | [Medium](./0713-subarray-product-less-than-k/README.md) |
253254
| 0721 | [Accounts Merge](https://leetcode.com/problems/accounts-merge/) | [Python](./0721-accounts-merge/0721-accounts-merge.py) | [Medium](./0721-accounts-merge/README.md) |
254255
| 0723 | [Candy Crush](https://leetcode.com/problems/candy-crush/) | [Python](./0723-candy-crush/0723-candy-crush.py) | [Medium](./0723-candy-crush/README.md) |
255256
| 0725 | [Split Linked List in Parts](https://leetcode.com/problems/split-linked-list-in-parts/) | [Python](./0725-split-linked-list-in-parts/0725-split-linked-list-in-parts.py) | [Medium](./0725-split-linked-list-in-parts/README.md) |

0 commit comments

Comments
 (0)