Skip to content

Commit

Permalink
2023-09-30
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Oct 1, 2023
1 parent d966af2 commit 86b3ba5
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/assets/2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -3113,6 +3113,42 @@
"method": "排序",
"learn": "",
"unknown": ""
},
{
"date": "2023/9/28",
"no": "2251",
"name": "花期内花的数目",
"slug": "number-of-flowers-in-full-bloom",
"difficulty": "困难",
"rating": 2022,
"situation": "自己做出",
"method": "线段树/ 差分数组+离线查询 / 排序+二分",
"learn": "",
"unknown": "差分数组+离线查询"
},
{
"date": "2023/9/29",
"no": "605",
"name": "种花问题",
"slug": "can-place-flowers",
"difficulty": "简单",
"rating": null,
"situation": "自己做出",
"method": "贪心",
"learn": "",
"unknown": ""
},
{
"date": "2023/9/30",
"no": "2136",
"name": "全部开花的最早一天",
"slug": "earliest-possible-day-of-full-bloom",
"difficulty": "困难",
"rating": 2033,
"situation": "自己做出",
"method": "贪心+排序",
"learn": "",
"unknown": ""
}
]
]
Expand Down

0 comments on commit 86b3ba5

Please sign in to comment.