Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de0d3fe

Browse files
Update to 1230.
1 parent 5d3ac60 commit de0d3fe

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

‎README-CN.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,36 @@ Note: 所有的讲解写在了 GitHub Issue 上面, **请不要在本项目中
2222

2323
| # | Title | Solution | Difficulty |
2424
|---| ----- | -------- | ---------- |
25+
|1230|Toss Strange Coins $|50.80%|Medium|
26+
|1229|Meeting Scheduler $|54.70%|Medium|
27+
|1228|Missing Number In Arithmetic Progression $|51.20%|Medium|
28+
|1227|[Airplane Seat Assignment Probability](https://github.com/grandyang/leetcode/issues/1227)|63.00%|Medium|
29+
|1226|The Dining Philosophers ~|60.20%|Medium|
30+
|1225|Report Contiguous Dates *|63.80%|Hard|
31+
|1224|[Maximum Equal Frequency](https://github.com/grandyang/leetcode/issues/1224)|36.20%|Hard|
32+
|1223|[Dice Roll Simulation](https://github.com/grandyang/leetcode/issues/1223)|47.40%|Hard|
33+
|1222|[Queens That Can Attack the King](https://github.com/grandyang/leetcode/issues/1222)|70.20%|Medium|
34+
|1221|[Split a String in Balanced Strings](https://github.com/grandyang/leetcode/issues/1221)|84.60%|Easy|
35+
|1220|[Count Vowels Permutation](https://github.com/grandyang/leetcode/issues/1220)|56.60%|Hard|
36+
|1219|[Path with Maximum Gold](https://github.com/grandyang/leetcode/issues/1219)|66.10%|Medium|
37+
|1218|[Longest Arithmetic Subsequence of Given Difference](https://github.com/grandyang/leetcode/issues/1218)|48.10%|Medium|
38+
|1217|[Minimum Cost to Move Chips to The Same Position](https://github.com/grandyang/leetcode/issues/1217)|70.70%|Easy|
39+
|1216|Valid Palindrome III $|50.80%|Hard|
40+
|1215|Stepping Numbers $|44.60%|Medium|
41+
|1214|Two Sum BSTs $|67.30%|Medium|
42+
|1213|Intersection of Three Sorted Arrays $|79.80%|Easy|
43+
|1212|Team Scores in Football Tournament *|57.00%|Medium|
44+
|1211|Queries Quality and Percentage *|70.40%|Easy|
45+
|1210|[Minimum Moves to Reach Target with Rotations](https://github.com/grandyang/leetcode/issues/1210)|47.50%|Hard|
46+
|1209|[Remove All Adjacent Duplicates in String II](https://github.com/grandyang/leetcode/issues/1209)|56.40%|Medium|
47+
|1208|[Get Equal Substrings Within Budget](https://github.com/grandyang/leetcode/issues/1208)|45.30%|Medium|
48+
|1207|[Unique Number of Occurrences](https://github.com/grandyang/leetcode/issues/1207)|72.40%|Easy|
49+
|1206|[Design Skiplist](https://github.com/grandyang/leetcode/issues/1206)|59.60%|Hard|
50+
|1205|Monthly Transactions II *|45.30%|Medium|
51+
|1204|Last Person to Fit in the Bus *|73.00%|Medium|
52+
|1203|[Sort Items by Groups Respecting Dependencies](https://github.com/grandyang/leetcode/issues/1203)|48.80%|Hard|
53+
|1202|[Smallest String With Swaps](https://github.com/grandyang/leetcode/issues/1202)|50.50%|Medium|
54+
|1201|[Ugly Number III](https://github.com/grandyang/leetcode/issues/1201)|27.20%|Medium|
2555
|1200|[Minimum Absolute Difference](https://github.com/grandyang/leetcode/issues/1200)|67.30%|Easy|
2656
|1199|Minimum Time to Build Blocks $|39.40%|Hard|
2757
|1198|Find Smallest Common Element in All Rows $|76.30%|Medium|

‎README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,36 @@ Note: All explanations are written in Github Issues, **please do not create any
2323

2424
| # | Title | Solution | Difficulty |
2525
|---| ----- | -------- | ---------- |
26+
|1230|Toss Strange Coins $|50.80%|Medium|
27+
|1229|Meeting Scheduler $|54.70%|Medium|
28+
|1228|Missing Number In Arithmetic Progression $|51.20%|Medium|
29+
|1227|[Airplane Seat Assignment Probability](https://github.com/grandyang/leetcode/issues/1227)|63.00%|Medium|
30+
|1226|The Dining Philosophers ~|60.20%|Medium|
31+
|1225|Report Contiguous Dates *|63.80%|Hard|
32+
|1224|[Maximum Equal Frequency](https://github.com/grandyang/leetcode/issues/1224)|36.20%|Hard|
33+
|1223|[Dice Roll Simulation](https://github.com/grandyang/leetcode/issues/1223)|47.40%|Hard|
34+
|1222|[Queens That Can Attack the King](https://github.com/grandyang/leetcode/issues/1222)|70.20%|Medium|
35+
|1221|[Split a String in Balanced Strings](https://github.com/grandyang/leetcode/issues/1221)|84.60%|Easy|
36+
|1220|[Count Vowels Permutation](https://github.com/grandyang/leetcode/issues/1220)|56.60%|Hard|
37+
|1219|[Path with Maximum Gold](https://github.com/grandyang/leetcode/issues/1219)|66.10%|Medium|
38+
|1218|[Longest Arithmetic Subsequence of Given Difference](https://github.com/grandyang/leetcode/issues/1218)|48.10%|Medium|
39+
|1217|[Minimum Cost to Move Chips to The Same Position](https://github.com/grandyang/leetcode/issues/1217)|70.70%|Easy|
40+
|1216|Valid Palindrome III $|50.80%|Hard|
41+
|1215|Stepping Numbers $|44.60%|Medium|
42+
|1214|Two Sum BSTs $|67.30%|Medium|
43+
|1213|Intersection of Three Sorted Arrays $|79.80%|Easy|
44+
|1212|Team Scores in Football Tournament *|57.00%|Medium|
45+
|1211|Queries Quality and Percentage *|70.40%|Easy|
46+
|1210|[Minimum Moves to Reach Target with Rotations](https://github.com/grandyang/leetcode/issues/1210)|47.50%|Hard|
47+
|1209|[Remove All Adjacent Duplicates in String II](https://github.com/grandyang/leetcode/issues/1209)|56.40%|Medium|
48+
|1208|[Get Equal Substrings Within Budget](https://github.com/grandyang/leetcode/issues/1208)|45.30%|Medium|
49+
|1207|[Unique Number of Occurrences](https://github.com/grandyang/leetcode/issues/1207)|72.40%|Easy|
50+
|1206|[Design Skiplist](https://github.com/grandyang/leetcode/issues/1206)|59.60%|Hard|
51+
|1205|Monthly Transactions II *|45.30%|Medium|
52+
|1204|Last Person to Fit in the Bus *|73.00%|Medium|
53+
|1203|[Sort Items by Groups Respecting Dependencies](https://github.com/grandyang/leetcode/issues/1203)|48.80%|Hard|
54+
|1202|[Smallest String With Swaps](https://github.com/grandyang/leetcode/issues/1202)|50.50%|Medium|
55+
|1201|[Ugly Number III](https://github.com/grandyang/leetcode/issues/1201)|27.20%|Medium|
2656
|1200|[Minimum Absolute Difference](https://github.com/grandyang/leetcode/issues/1200)|67.30%|Easy|
2757
|1199|Minimum Time to Build Blocks $|39.40%|Hard|
2858
|1198|Find Smallest Common Element in All Rows $|76.30%|Medium|

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /