From dafdc58f7bdfa5879de02495d56c9939cebf5059 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 8 Jan 2025 07:46:08 +0000 Subject: [PATCH] Updated README with new progress --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 913369e..02681b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LeetCode Progress -### Solved: 227/3312 +### Solved: 228/3312 [█░░░░░░░░░░░░░░░░░░░] 6% @@ -3047,7 +3047,7 @@ | 3039 | ❌ [Apply Operations to Make String Empty](https://leetcode.com/problems/apply-operations-to-make-string-empty/description/) | 57.0% | Medium | | 3040 | ❌ [Maximum Number of Operations With the Same Score II](https://leetcode.com/problems/maximum-number-of-operations-with-the-same-score-ii/description/) | 33.7% | Medium | | 3041 | ❌ [Maximize Consecutive Elements in an Array After Modification](https://leetcode.com/problems/maximize-consecutive-elements-in-an-array-after-modification/description/) | 32.4% | Hard | -| 3042 | ❌ [Count Prefix and Suffix Pairs I](https://leetcode.com/problems/count-prefix-and-suffix-pairs-i/description/) | 65.8% | Easy | +| 3042 | ✔️ [Count Prefix and Suffix Pairs I](https://leetcode.com/problems/count-prefix-and-suffix-pairs-i/description/) | 65.8% | Easy | | 3043 | ❌ [Find the Length of the Longest Common Prefix](https://leetcode.com/problems/find-the-length-of-the-longest-common-prefix/description/) | 56.0% | Medium | | 3044 | ❌ [Most Frequent Prime](https://leetcode.com/problems/most-frequent-prime/description/) | 48.6% | Medium | | 3045 | ❌ [Count Prefix and Suffix Pairs II](https://leetcode.com/problems/count-prefix-and-suffix-pairs-ii/description/) | 25.4% | Hard |