Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit deab71b

Browse files
aQuaaQua
authored andcommitted
更新README.md
1 parent 150aed5 commit deab71b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
| |Easy|Medium|Hard|Total|
1414
|:---:|:---:|:---:|:---:|:---:|
15-
|**Accepted**|82|140|60|282|
15+
|**Accepted**|82|141|60|283|
1616
|**Total**|145|245|99|489|
1717

1818
## 题解
@@ -287,7 +287,7 @@
287287
|371| * Sum of Two Integers|51%|Easy|[](https://leetcode.com/list/oussv5j)|
288288
|372| * Super Pow|34%|Medium| |
289289
|373| * Find K Pairs with Smallest Sums|30%|Medium| |
290-
|375| * Guess Number Higher or Lower II|35%|Medium| |
290+
|375|[Guess Number Higher or Lower II](./Algorithms/0375.guess-number-higher-or-lower-ii)|35%|Medium| |
291291
|376| * Wiggle Subsequence|35%|Medium| |
292292
|377| * Combination Sum IV|42%|Medium| |
293293
|378| * Kth Smallest Element in a Sorted Matrix|45%|Medium| |
@@ -367,7 +367,7 @@
367367
|476| * Number Complement|60%|Easy| |
368368
|477| * Total Hamming Distance|47%|Medium| |
369369
|479| * Largest Palindrome Product|23%|Easy| |
370-
|480| * Sliding Window Median|31%|Hard| |
370+
|480| * Sliding Window Median|30%|Hard| |
371371
|481| * Magical String|45%|Medium| |
372372
|482| * License Key Formatting|41%|Medium| |
373373
|483| * Smallest Good Base|33%|Hard| |
@@ -417,7 +417,7 @@
417417
|552| * Student Attendance Record II|31%|Hard| |
418418
|553| * Optimal Division|55%|Medium| |
419419
|554| * Brick Wall|45%|Medium| |
420-
|556| * Next Greater Element III|28%|Medium| |
420+
|556| * Next Greater Element III|29%|Medium| |
421421
|557| * Reverse Words in a String III|59%|Easy| |
422422
|560|[Subarray Sum Equals K](./Algorithms/0560.subarray-sum-equals-k)|40%|Medium|[](https://leetcode.com/list/oussv5j)|
423423
|561|[Array Partition I](./Algorithms/0561.array-partition-i)|66%|Easy| |
@@ -429,7 +429,7 @@
429429
|575| * Distribute Candies|58%|Easy| |
430430
|576| * Out of Boundary Paths|30%|Medium| |
431431
|581|[Shortest Unsorted Continuous Subarray](./Algorithms/0581.shortest-unsorted-continuous-subarray)|29%|Easy|[](https://leetcode.com/list/oussv5j)|
432-
|583| * Delete Operation for Two Strings|43%|Medium| |
432+
|583| * Delete Operation for Two Strings|44%|Medium| |
433433
|587| * Erect the Fence|32%|Hard| |
434434
|591| * Tag Validator|29%|Hard| |
435435
|592| * Fraction Addition and Subtraction|46%|Medium| |
@@ -448,7 +448,7 @@
448448
|628|[Maximum Product of Three Numbers](./Algorithms/0628.maximum-product-of-three-numbers)|45%|Easy|[](https://leetcode.com/list/oussv5j)|
449449
|629| * K Inverse Pairs Array|26%|Hard| |
450450
|630|[Course Schedule III](./Algorithms/0630.course-schedule-iii)|27%|Hard|[](https://leetcode.com/list/oussv5j)|
451-
|632| * Smallest Range|42%|Hard| |
451+
|632| * Smallest Range|41%|Hard| |
452452
|633| * Sum of Square Numbers|32%|Easy| |
453453
|636| * Exclusive Time of Functions|43%|Medium| |
454454
|637| * Average of Levels in Binary Tree|55%|Easy| |
@@ -496,18 +496,18 @@
496496
|687| * Longest Univalue Path|32%|Easy| |
497497
|688| * Knight Probability in Chessboard|38%|Medium| |
498498
|689| * Maximum Sum of 3 Non-Overlapping Subarrays|42%|Hard| |
499-
|691| * Stickers to Spell Word|32%|Hard| |
499+
|691| * Stickers to Spell Word|31%|Hard| |
500500
|692| * Top K Frequent Words|41%|Medium| |
501501
|693| * Binary Number with Alternating Bits|54%|Easy| |
502502
|695| * Max Area of Island|53%|Easy| |
503503
|696| * Count Binary Substrings|52%|Easy| |
504504
|697| * Degree of an Array|48%|Easy| |
505505
|698| * Partition to K Equal Sum Subsets|35%|Medium| |
506506
|699| * Falling Squares|36%|Hard| |
507-
|712| * Minimum ASCII Delete Sum for Two Strings|47%|Medium| |
507+
|712| * Minimum ASCII Delete Sum for Two Strings|48%|Medium| |
508508
|713| * Subarray Product Less Than K|35%|Medium| |
509-
|714| * Best Time to Buy and Sell Stock with Transaction Fee|27%|Medium| |
510-
|715| * Range Module|29%|Hard| |
509+
|714| * Best Time to Buy and Sell Stock with Transaction Fee|29%|Medium| |
510+
|715| * Range Module|30%|Hard| |
511511

512512
以下免费的算法题,暂时不能使用 Go 解答
513513

leetcode.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)