Skip to content

Commit 5449aa5

Browse files
committed
Update README
1 parent 31e9bee commit 5449aa5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@
699699
|0558|Logical OR of Two Binary Grids Represented as Quad-Trees||48.2%|Medium||
700700
|0559|Maximum Depth of N-ary Tree|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0559.Maximum-Depth-of-N-ary-Tree)|71.6%|Easy||
701701
|0560|Subarray Sum Equals K|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0560.Subarray-Sum-Equals-K)|44.0%|Medium||
702-
|0561|Array Partition|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0561.Array-Partition)|76.6%|Easy||
702+
|0561|Array Partition|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0561.Array-Partition)|76.5%|Easy||
703703
|0562|Longest Line of Consecutive One in Matrix||50.0%|Medium||
704704
|0563|Binary Tree Tilt|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0563.Binary-Tree-Tilt)|59.3%|Easy||
705705
|0564|Find the Closest Palindrome||21.9%|Hard||
@@ -1083,7 +1083,7 @@
10831083
|0942|DI String Match|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0942.DI-String-Match)|76.6%|Easy||
10841084
|0943|Find the Shortest Superstring||45.0%|Hard||
10851085
|0944|Delete Columns to Make Sorted||69.7%|Easy||
1086-
|0945|Minimum Increment to Make Array Unique||49.7%|Medium||
1086+
|0945|Minimum Increment to Make Array Unique||49.8%|Medium||
10871087
|0946|Validate Stack Sequences|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0946.Validate-Stack-Sequences)|67.6%|Medium||
10881088
|0947|Most Stones Removed with Same Row or Column|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/0947.Most-Stones-Removed-with-Same-Row-or-Column)|57.0%|Medium||
10891089
|0948|Bag of Tokens||52.0%|Medium||
@@ -1144,7 +1144,7 @@
11441144
|1003|Check If Word Is Valid After Substitutions|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1003.Check-If-Word-Is-Valid-After-Substitutions)|58.2%|Medium||
11451145
|1004|Max Consecutive Ones III|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1004.Max-Consecutive-Ones-III)|63.5%|Medium||
11461146
|1005|Maximize Sum Of Array After K Negations|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1005.Maximize-Sum-Of-Array-After-K-Negations)|51.1%|Easy||
1147-
|1006|Clumsy Factorial|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1006.Clumsy-Factorial)|54.8%|Medium||
1147+
|1006|Clumsy Factorial|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1006.Clumsy-Factorial)|54.7%|Medium||
11481148
|1007|Minimum Domino Rotations For Equal Row||52.4%|Medium||
11491149
|1008|Construct Binary Search Tree from Preorder Traversal||80.9%|Medium||
11501150
|1009|Complement of Base 10 Integer|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1009.Complement-of-Base-10-Integer)|62.0%|Easy||
@@ -1199,7 +1199,7 @@
11991199
|1058|Minimize Rounding Error to Meet Target||44.9%|Medium||
12001200
|1059|All Paths from Source Lead to Destination||40.5%|Medium||
12011201
|1060|Missing Element in Sorted Array||54.6%|Medium||
1202-
|1061|Lexicographically Smallest Equivalent String||70.3%|Medium||
1202+
|1061|Lexicographically Smallest Equivalent String||70.4%|Medium||
12031203
|1062|Longest Repeating Substring||59.1%|Medium||
12041204
|1063|Number of Valid Subarrays||74.1%|Hard||
12051205
|1064|Fixed Point||63.6%|Easy||
@@ -1857,7 +1857,7 @@
18571857
|1716|Calculate Money in Leetcode Bank|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1716.Calculate-Money-in-Leetcode-Bank)|65.0%|Easy||
18581858
|1717|Maximum Score From Removing Substrings||46.0%|Medium||
18591859
|1718|Construct the Lexicographically Largest Valid Sequence||51.7%|Medium||
1860-
|1719|Number Of Ways To Reconstruct A Tree||42.6%|Hard||
1860+
|1719|Number Of Ways To Reconstruct A Tree||42.5%|Hard||
18611861
|1720|Decode XORed Array|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1720.Decode-XORed-Array)|86.0%|Easy||
18621862
|1721|Swapping Nodes in a Linked List|[Go](https://github.com/halfrost/LeetCode-Go/tree/master/leetcode/1721.Swapping-Nodes-in-a-Linked-List)|67.8%|Medium||
18631863
|1722|Minimize Hamming Distance After Swap Operations||48.6%|Medium||
@@ -2095,7 +2095,7 @@
20952095
|1954|Minimum Garden Perimeter to Collect Enough Apples||53.0%|Medium||
20962096
|1955|Count Number of Special Subsequences||51.3%|Hard||
20972097
|1956|Minimum Time For K Virus Variants to Spread||46.5%|Hard||
2098-
|1957|Delete Characters to Make Fancy String||56.5%|Easy||
2098+
|1957|Delete Characters to Make Fancy String||56.6%|Easy||
20992099
|1958|Check if Move is Legal||44.2%|Medium||
21002100
|1959|Minimum Total Space Wasted With K Resizing Operations||41.9%|Medium||
21012101
|1960|Maximum Product of the Length of Two Palindromic Substrings||29.6%|Hard||
@@ -2386,7 +2386,7 @@
23862386
|2245|Maximum Trailing Zeros in a Cornered Path||35.2%|Medium||
23872387
|2246|Longest Path With Different Adjacent Characters||44.9%|Hard||
23882388
|2247|Maximum Cost of Trip With K Highways||50.5%|Hard||
2389-
|2248|Intersection of Multiple Arrays||69.6%|Easy||
2389+
|2248|Intersection of Multiple Arrays||69.5%|Easy||
23902390
|2249|Count Lattice Points Inside a Circle||50.4%|Medium||
23912391
|2250|Count Number of Rectangles Containing Each Point||33.9%|Medium||
23922392
|2251|Number of Flowers in Full Bloom||51.9%|Hard||
@@ -2472,13 +2472,13 @@
24722472
|2331|Evaluate Boolean Binary Tree||79.5%|Easy||
24732473
|2332|The Latest Time to Catch a Bus||22.7%|Medium||
24742474
|2333|Minimum Sum of Squared Difference||24.9%|Medium||
2475-
|2334|Subarray With Elements Greater Than Varying Threshold||40.2%|Hard||
2475+
|2334|Subarray With Elements Greater Than Varying Threshold||40.1%|Hard||
24762476
|2335|Minimum Amount of Time to Fill Cups||55.3%|Easy||
24772477
|2336|Smallest Number in Infinite Set||71.8%|Medium||
24782478
|2337|Move Pieces to Obtain a String||48.0%|Medium||
24792479
|2338|Count the Number of Ideal Arrays||25.3%|Hard||
24802480
|2339|All the Matches of the League||88.8%|Easy||
2481-
|2340|Minimum Adjacent Swaps to Make a Valid Array||76.7%|Medium||
2481+
|2340|Minimum Adjacent Swaps to Make a Valid Array||76.6%|Medium||
24822482
|2341|Maximum Number of Pairs in Array||76.6%|Easy||
24832483
|2342|Max Sum of a Pair With Equal Sum of Digits||52.9%|Medium||
24842484
|2343|Query Kth Smallest Trimmed Number||40.7%|Medium||
@@ -2518,7 +2518,7 @@
25182518
|2377|Sort the Olympic Table||80.2%|Easy||
25192519
|2378|Choose Edges to Maximize Score in a Tree||61.9%|Medium||
25202520
|2379|Minimum Recolors to Get K Consecutive Black Blocks||56.6%|Easy||
2521-
|2380|Time Needed to Rearrange a Binary String||47.6%|Medium||
2521+
|2380|Time Needed to Rearrange a Binary String||47.7%|Medium||
25222522
|2381|Shifting Letters II||33.9%|Medium||
25232523
|2382|Maximum Segment Sum After Removals||47.7%|Hard||
25242524
|2383|Minimum Hours of Training to Win a Competition||40.8%|Easy||
@@ -2532,7 +2532,7 @@
25322532
|2391|Minimum Amount of Time to Collect Garbage||85.4%|Medium||
25332533
|2392|Build a Matrix With Conditions||59.1%|Hard||
25342534
|2393|Count Strictly Increasing Subarrays||76.4%|Medium||
2535-
|2394|Employees With Deductions||50.9%|Medium||
2535+
|2394|Employees With Deductions||50.8%|Medium||
25362536
|2395|Find Subarrays With Equal Sum||63.6%|Easy||
25372537
|2396|Strictly Palindromic Number||87.7%|Medium||
25382538
|2397|Maximum Rows Covered by Columns||52.2%|Medium||
@@ -2544,7 +2544,7 @@
25442544
|2403|Minimum Time to Kill All Monsters||52.3%|Hard||
25452545
|2404|Most Frequent Even Element||51.7%|Easy||
25462546
|2405|Optimal Partition of String||74.1%|Medium||
2547-
|2406|Divide Intervals Into Minimum Number of Groups||44.9%|Medium||
2547+
|2406|Divide Intervals Into Minimum Number of Groups||45.0%|Medium||
25482548
|2407|Longest Increasing Subsequence II||20.6%|Hard||
25492549
|2408|Design SQL||87.3%|Medium||
25502550
|2409|Count Days Spent Together||42.3%|Easy||
@@ -2561,7 +2561,7 @@
25612561
|2420|Find All Good Indices||36.8%|Medium||
25622562
|2421|Number of Good Paths||37.5%|Hard||
25632563
|2422|Merge Operations to Turn Array Into a Palindrome||74.8%|Medium||
2564-
|2423|Remove Letter To Equalize Frequency||19.5%|Easy||
2564+
|2423|Remove Letter To Equalize Frequency||19.4%|Easy||
25652565
|2424|Longest Uploaded Prefix||53.2%|Medium||
25662566
|2425|Bitwise XOR of All Pairings||58.3%|Medium||
25672567
|2426|Number of Pairs Satisfying Inequality||41.0%|Hard||
@@ -2578,7 +2578,7 @@
25782578
|2437|Number of Valid Clock Times||40.3%|Easy||
25792579
|2438|Range Product Queries of Powers||36.5%|Medium||
25802580
|2439|Minimize Maximum of Array||30.1%|Medium||
2581-
|2440|Create Components With Same Value||53.4%|Hard||
2581+
|2440|Create Components With Same Value||53.5%|Hard||
25822582
|2441|Largest Positive Integer That Exists With Its Negative||68.7%|Easy||
25832583
|2442|Count Number of Distinct Integers After Reverse Operations||78.8%|Medium||
25842584
|2443|Sum of Number and Its Reverse||40.6%|Medium||

0 commit comments

Comments
 (0)