diff --git a/Leetcode/0952-word-subsets/index.md b/Leetcode/0952-word-subsets/index.md index 1a36caea..c7866ee7 100644 --- a/Leetcode/0952-word-subsets/index.md +++ b/Leetcode/0952-word-subsets/index.md @@ -80,7 +80,39 @@ class Solution { diff --git a/Leetcode/1510-find-lucky-integer-in-an-array/index.md b/Leetcode/1510-find-lucky-integer-in-an-array/index.md index 800f3147..ddaab6f7 100644 --- a/Leetcode/1510-find-lucky-integer-in-an-array/index.md +++ b/Leetcode/1510-find-lucky-integer-in-an-array/index.md @@ -69,7 +69,20 @@ class Solution { diff --git a/Leetcode/1516-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n/index.md b/Leetcode/1516-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n/index.md index 7a829783..fd912c73 100644 --- a/Leetcode/1516-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n/index.md +++ b/Leetcode/1516-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n/index.md @@ -97,7 +97,29 @@ class Solution { diff --git a/Leetcode/1529-max-difference-you-can-get-from-changing-an-integer/index.md b/Leetcode/1529-max-difference-you-can-get-from-changing-an-integer/index.md index a37700a1..1870b5d5 100644 --- a/Leetcode/1529-max-difference-you-can-get-from-changing-an-integer/index.md +++ b/Leetcode/1529-max-difference-you-can-get-from-changing-an-integer/index.md @@ -100,7 +100,41 @@ class Solution { diff --git a/Leetcode/1538-maximum-points-you-can-obtain-from-cards/index.md b/Leetcode/1538-maximum-points-you-can-obtain-from-cards/index.md index cc3d37e7..309a6546 100644 --- a/Leetcode/1538-maximum-points-you-can-obtain-from-cards/index.md +++ b/Leetcode/1538-maximum-points-you-can-obtain-from-cards/index.md @@ -88,7 +88,27 @@ class Solution { diff --git a/Leetcode/1558-course-schedule-iv/index.md b/Leetcode/1558-course-schedule-iv/index.md index 2a781c56..8e975a08 100644 --- a/Leetcode/1558-course-schedule-iv/index.md +++ b/Leetcode/1558-course-schedule-iv/index.md @@ -111,7 +111,31 @@ class Solution { diff --git a/Leetcode/1561-rearrange-words-in-a-sentence/index.md b/Leetcode/1561-rearrange-words-in-a-sentence/index.md index 9dda9003..69e3b6c4 100644 --- a/Leetcode/1561-rearrange-words-in-a-sentence/index.md +++ b/Leetcode/1561-rearrange-words-in-a-sentence/index.md @@ -133,7 +133,23 @@ class Solution { diff --git a/Leetcode/1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence/index.md b/Leetcode/1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence/index.md index 371b1e0e..ef69cfb7 100644 --- a/Leetcode/1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence/index.md +++ b/Leetcode/1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence/index.md @@ -80,7 +80,23 @@ class Solution { diff --git a/Leetcode/1570-final-prices-with-a-special-discount-in-a-shop/index.md b/Leetcode/1570-final-prices-with-a-special-discount-in-a-shop/index.md index d4d07cbd..38c48899 100644 --- a/Leetcode/1570-final-prices-with-a-special-discount-in-a-shop/index.md +++ b/Leetcode/1570-final-prices-with-a-special-discount-in-a-shop/index.md @@ -79,7 +79,26 @@ class Solution { diff --git a/Leetcode/1585-the-kth-factor-of-n/index.md b/Leetcode/1585-the-kth-factor-of-n/index.md index 384c3693..53ce1b27 100644 --- a/Leetcode/1585-the-kth-factor-of-n/index.md +++ b/Leetcode/1585-the-kth-factor-of-n/index.md @@ -75,7 +75,21 @@ class Solution { diff --git a/Leetcode/1621-number-of-subsequences-that-satisfy-the-given-sum-condition/index.md b/Leetcode/1621-number-of-subsequences-that-satisfy-the-given-sum-condition/index.md index db6afe82..bc8a4bca 100644 --- a/Leetcode/1621-number-of-subsequences-that-satisfy-the-given-sum-condition/index.md +++ b/Leetcode/1621-number-of-subsequences-that-satisfy-the-given-sum-condition/index.md @@ -79,7 +79,31 @@ class Solution { diff --git a/Leetcode/1628-count-submatrices-with-all-ones/index.md b/Leetcode/1628-count-submatrices-with-all-ones/index.md index 687098ca..3f6b0f5a 100644 --- a/Leetcode/1628-count-submatrices-with-all-ones/index.md +++ b/Leetcode/1628-count-submatrices-with-all-ones/index.md @@ -136,7 +136,38 @@ class Solution {