Skip to content

Commit

Permalink
2024-09-15
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Sep 15, 2024
1 parent b8c26bc commit 8c650c4
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/assets/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -3077,6 +3077,54 @@
"method": "二分/双指针+dp",
"learn": "",
"unknown": ""
},
{
"date": "2024/9/12",
"no": "2576",
"name": "求出最多标记下标",
"slug": "find-the-maximum-number-of-marked-indices",
"difficulty": "中等",
"rating": 1843,
"situation": "看懂答案",
"method": "二分查找/双指针",
"learn": "",
"unknown": ""
},
{
"date": "2024/9/13",
"no": "2398",
"name": "预算内的最多机器人数目",
"slug": "maximum-number-of-robots-within-budget",
"difficulty": "困难",
"rating": 1917,
"situation": "看懂答案",
"method": "双指针+单调队列",
"learn": "",
"unknown": ""
},
{
"date": "2024/9/14",
"no": "2390",
"name": "从字符串中移除星号",
"slug": "removing-stars-from-a-string",
"difficulty": "中等",
"rating": 1347,
"situation": "自己做出",
"method": "模拟/栈",
"learn": "",
"unknown": ""
},
{
"date": "2024/9/15",
"no": "2848",
"name": "与车相交的点",
"slug": "points-that-intersect-with-cars",
"difficulty": "简单",
"rating": 1229,
"situation": "自己做出",
"method": "模拟/差分数组",
"learn": "",
"unknown": ""
}
]
]
Expand Down

0 comments on commit 8c650c4

Please sign in to comment.