Skip to content

Commit

Permalink
2024-08-04
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Aug 4, 2024
1 parent 7ae6328 commit e16d214
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions src/assets/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -2570,6 +2570,56 @@
"learn": "",
"unknown": ""
}
],
[
{
"date": "2024/8/1",
"no": "LCP 40",
"name": "心算挑战",
"slug": "uOAnQW",
"difficulty": "简单",
"rating": null,
"situation": "自己做出",
"method": "贪心+排序/哈希",
"learn": "",
"unknown": ""
},
{
"date": "2024/8/2",
"no": "3128",
"name": "直角三角形",
"slug": "right-triangles",
"difficulty": "中等",
"rating": 1540,
"situation": "自己做出",
"method": "数学",
"learn": "",
"unknown": ""
},
{
"date": "2024/8/3",
"no": "3143",
"name": "正方形中的最多点数",
"slug": "maximum-points-inside-the-square",
"difficulty": "中等",
"rating": 1696,
"situation": "自己做出",
"method": "贪心",
"learn": "",
"unknown": ""
},
{
"date": "2024/8/4",
"no": "572",
"name": "另一棵树的子树",
"slug": "subtree-of-another-tree",
"difficulty": "简单",
"rating": null,
"situation": "自己做出",
"method": "dfs/树哈希",
"learn": "",
"unknown": "树哈希"
}
]
]
}
Expand Down

0 comments on commit e16d214

Please sign in to comment.