Skip to content

Commit

Permalink
Updated README with new progress
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 23, 2024
1 parent 7cefe1d commit c68df4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LeetCode Progress

### Solved: 139/3312
### Solved: 140/3312

[░░░░░░░░░░░░░░░░░░░░] 4%

Expand Down Expand Up @@ -1194,7 +1194,7 @@
| 1186 | ❌ [Maximum Subarray Sum with One Deletion](https://leetcode.com/problems/maximum-subarray-sum-with-one-deletion/description/) | 44.3% | <span style="color: orange;">Medium</span> |
| 1187 | ❌ [Make Array Strictly Increasing](https://leetcode.com/problems/make-array-strictly-increasing/description/) | 58.1% | <span style="color: red;">Hard</span> |
| 1188 | ❌ [Design Bounded Blocking Queue](https://leetcode.com/problems/design-bounded-blocking-queue/description/) | 72.5% | <span style="color: orange;">Medium</span> |
| 1189 | [Maximum Number of Balloons](https://leetcode.com/problems/maximum-number-of-balloons/description/) | 59.7% | <span style="color: green;">Easy</span> |
| 1189 | ✔️ [Maximum Number of Balloons](https://leetcode.com/problems/maximum-number-of-balloons/description/) | 59.7% | <span style="color: green;">Easy</span> |
| 1190 | ❌ [Reverse Substrings Between Each Pair of Parentheses](https://leetcode.com/problems/reverse-substrings-between-each-pair-of-parentheses/description/) | 71.8% | <span style="color: orange;">Medium</span> |
| 1191 | ❌ [K-Concatenation Maximum Sum](https://leetcode.com/problems/k-concatenation-maximum-sum/description/) | 24.0% | <span style="color: orange;">Medium</span> |
| 1192 | ❌ [Critical Connections in a Network](https://leetcode.com/problems/critical-connections-in-a-network/description/) | 56.6% | <span style="color: red;">Hard</span> |
Expand Down

0 comments on commit c68df4e

Please sign in to comment.