Skip to content

Commit

Permalink
2025-01-29
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Jan 29, 2025
1 parent f6fe697 commit 63e8cb0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/assets/2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,42 @@
"method": "回溯",
"learn": "",
"unknown": ""
},
{
"date": "2025/1/27",
"no": "45",
"name": "跳跃游戏 II",
"slug": "jump-game-ii",
"difficulty": "中等",
"rating": null,
"situation": "自己做出",
"method": "dp/贪心",
"learn": "",
"unknown": ""
},
{
"date": "2025/1/28",
"no": "119",
"name": "杨辉三角 II",
"slug": "pascals-triangle-ii",
"difficulty": "简单",
"rating": null,
"situation": "自己做出",
"method": "数学/递推",
"learn": "",
"unknown": ""
},
{
"date": "2025/1/29",
"no": "219",
"name": "存在重复元素 II",
"slug": "contains-duplicate-ii",
"difficulty": "简单",
"rating": null,
"situation": "自己做出",
"method": "哈希/滑动窗口",
"learn": "",
"unknown": ""
}
]
]
Expand Down

0 comments on commit 63e8cb0

Please sign in to comment.