Skip to content

Commit ade670d

Browse files
committed
Update to 1292
1 parent a8ef50a commit ade670d

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

README-CN.md

+32
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,38 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
2222

2323
| # | Title | Solution | Difficulty |
2424
|---| ----- | -------- | ---------- |
25+
|1292|[Maximum Side Length of a Square with Sum Less than or Equal to Threshold](https://github.com/grandyang/leetcode/issues/1292)|52.10%|Medium|
26+
|1291|[Sequential Digits](https://github.com/grandyang/leetcode/issues/1291)|60.90%|Medium|
27+
|1290|[Convert Binary Number in a Linked List to Integer](https://github.com/grandyang/leetcode/issues/1290)|82.70%|Easy|
28+
|1289|[Minimum Falling Path Sum II](https://github.com/grandyang/leetcode/issues/1289)|61.20%|Hard|
29+
|1288|[Remove Covered Intervals](https://github.com/grandyang/leetcode/issues/1288)|57.40%|Medium|
30+
|1287|[Element Appearing More Than 25% In Sorted Array](https://github.com/grandyang/leetcode/issues/1287)|59.50%|Easy|
31+
|1286|[Iterator for Combination](https://github.com/grandyang/leetcode/issues/1286)|73.20%|Medium|
32+
|1285|Find the Start and End Number of Continuous Ranges * $|88.30%|Medium|
33+
|1284|[Minimum Number of Flips to Convert Binary Matrix to Zero Matrix](https://github.com/grandyang/leetcode/issues/1284)|72.00%|Hard|
34+
|1283|[Find the Smallest Divisor Given a Threshold](https://github.com/grandyang/leetcode/issues/1283)|53.70%|Medium|
35+
|1282|[Group the People Given the Group Size They Belong To](https://github.com/grandyang/leetcode/issues/1282)|85.20%|Medium|
36+
|1281|[Subtract the Product and Sum of Digits of an Integer](https://github.com/grandyang/leetcode/issues/1281)|86.30%|Easy|
37+
|1280|Students and Examinations * $|74.60%|Easy|
38+
|1279|Traffic Light Controlled Intersection ~ $|75.30%|Easy|
39+
|1278|[Palindrome Partitioning III](https://github.com/grandyang/leetcode/issues/1278)|60.90%|Hard|
40+
|1277|[Count Square Submatrices with All Ones](https://github.com/grandyang/leetcode/issues/1277)|74.20%|Medium|
41+
|1276|[Number of Burgers with No Waste of Ingredients](https://github.com/grandyang/leetcode/issues/1276)|50.60%|Medium|
42+
|1275|[Find Winner on a Tic Tac Toe Game](https://github.com/grandyang/leetcode/issues/1275)|54.90%|Easy|
43+
|1274|Number of Ships in a Rectangle $|68.60%|Hard|
44+
|1273|Delete Tree Nodes $|61.20%|Medium|
45+
|1272|Remove Interval $|61.10%|Medium|
46+
|1271|Hexspeak $|56.30%|Easy|
47+
|1270|All People Report to the Given Manager * $|88.10%|Medium|
48+
|1269|[Number of Ways to Stay in the Same Place After Some Steps](https://github.com/grandyang/leetcode/issues/1269)|43.40%|Hard|
49+
|1268|[Search Suggestions System](https://github.com/grandyang/leetcode/issues/1268)|65.40%|Medium|
50+
|1267|Count Servers that Communicate|58.30%|Medium|
51+
|1266|[Minimum Time Visiting All Points](https://github.com/grandyang/leetcode/issues/1266)|79.20%|Easy|
52+
|1265|Print Immutable Linked List in Reverse $|94.30%|Medium|
53+
|1264|Page Recommendations * $|67.70%|Medium|
54+
|1263|[Minimum Moves to Move a Box to Their Target Location](https://github.com/grandyang/leetcode/issues/1263)|48.30%|Hard|
55+
|1262|[Greatest Sum Divisible by Three](https://github.com/grandyang/leetcode/issues/1262)|50.80%|Medium|
56+
|1261|[Find Elements in a Contaminated Binary Tree](https://github.com/grandyang/leetcode/issues/1261)|75.70%|Medium|
2557
|1260|[Shift 2D Grid](https://github.com/grandyang/leetcode/issues/1260)|62.10%|Easy|
2658
|1259|Handshakes That Don't Cross $|54.40%|Hard|
2759
|1258|Synonymous Sentences $|57.40%|Medium|

README.md

+32
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,38 @@ Note: All explanations are written in Github Issues, **please do not create any
2323

2424
| # | Title | Solution | Difficulty |
2525
|---| ----- | -------- | ---------- |
26+
|1292|[Maximum Side Length of a Square with Sum Less than or Equal to Threshold](https://github.com/grandyang/leetcode/issues/1292)|52.10%|Medium|
27+
|1291|[Sequential Digits](https://github.com/grandyang/leetcode/issues/1291)|60.90%|Medium|
28+
|1290|[Convert Binary Number in a Linked List to Integer](https://github.com/grandyang/leetcode/issues/1290)|82.70%|Easy|
29+
|1289|[Minimum Falling Path Sum II](https://github.com/grandyang/leetcode/issues/1289)|61.20%|Hard|
30+
|1288|[Remove Covered Intervals](https://github.com/grandyang/leetcode/issues/1288)|57.40%|Medium|
31+
|1287|[Element Appearing More Than 25% In Sorted Array](https://github.com/grandyang/leetcode/issues/1287)|59.50%|Easy|
32+
|1286|[Iterator for Combination](https://github.com/grandyang/leetcode/issues/1286)|73.20%|Medium|
33+
|1285|Find the Start and End Number of Continuous Ranges * $|88.30%|Medium|
34+
|1284|[Minimum Number of Flips to Convert Binary Matrix to Zero Matrix](https://github.com/grandyang/leetcode/issues/1284)|72.00%|Hard|
35+
|1283|[Find the Smallest Divisor Given a Threshold](https://github.com/grandyang/leetcode/issues/1283)|53.70%|Medium|
36+
|1282|[Group the People Given the Group Size They Belong To](https://github.com/grandyang/leetcode/issues/1282)|85.20%|Medium|
37+
|1281|[Subtract the Product and Sum of Digits of an Integer](https://github.com/grandyang/leetcode/issues/1281)|86.30%|Easy|
38+
|1280|Students and Examinations * $|74.60%|Easy|
39+
|1279|Traffic Light Controlled Intersection ~ $|75.30%|Easy|
40+
|1278|[Palindrome Partitioning III](https://github.com/grandyang/leetcode/issues/1278)|60.90%|Hard|
41+
|1277|[Count Square Submatrices with All Ones](https://github.com/grandyang/leetcode/issues/1277)|74.20%|Medium|
42+
|1276|[Number of Burgers with No Waste of Ingredients](https://github.com/grandyang/leetcode/issues/1276)|50.60%|Medium|
43+
|1275|[Find Winner on a Tic Tac Toe Game](https://github.com/grandyang/leetcode/issues/1275)|54.90%|Easy|
44+
|1274|Number of Ships in a Rectangle $|68.60%|Hard|
45+
|1273|Delete Tree Nodes $|61.20%|Medium|
46+
|1272|Remove Interval $|61.10%|Medium|
47+
|1271|Hexspeak $|56.30%|Easy|
48+
|1270|All People Report to the Given Manager * $|88.10%|Medium|
49+
|1269|[Number of Ways to Stay in the Same Place After Some Steps](https://github.com/grandyang/leetcode/issues/1269)|43.40%|Hard|
50+
|1268|[Search Suggestions System](https://github.com/grandyang/leetcode/issues/1268)|65.40%|Medium|
51+
|1267|Count Servers that Communicate|58.30%|Medium|
52+
|1266|[Minimum Time Visiting All Points](https://github.com/grandyang/leetcode/issues/1266)|79.20%|Easy|
53+
|1265|Print Immutable Linked List in Reverse $|94.30%|Medium|
54+
|1264|Page Recommendations * $|67.70%|Medium|
55+
|1263|[Minimum Moves to Move a Box to Their Target Location](https://github.com/grandyang/leetcode/issues/1263)|48.30%|Hard|
56+
|1262|[Greatest Sum Divisible by Three](https://github.com/grandyang/leetcode/issues/1262)|50.80%|Medium|
57+
|1261|[Find Elements in a Contaminated Binary Tree](https://github.com/grandyang/leetcode/issues/1261)|75.70%|Medium|
2658
|1260|[Shift 2D Grid](https://github.com/grandyang/leetcode/issues/1260)|62.10%|Easy|
2759
|1259|Handshakes That Don't Cross $|54.40%|Hard|
2860
|1258|Synonymous Sentences $|57.40%|Medium|

0 commit comments

Comments
 (0)