Skip to content

Commit

Permalink
2024-08-07
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Aug 7, 2024
1 parent e16d214 commit 6fc42a3
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/assets/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -2619,6 +2619,42 @@
"method": "dfs/树哈希",
"learn": "",
"unknown": "树哈希"
},
{
"date": "2024/8/5",
"no": "600",
"name": "不含连续1的非负整数",
"slug": "non-negative-integers-without-consecutive-ones",
"difficulty": "困难",
"rating": null,
"situation": "没看懂答案",
"method": "数位dp",
"learn": "",
"unknown": ""
},
{
"date": "2024/8/6",
"no": "3129",
"name": "找出所有稳定的二进制数组 I",
"slug": "find-all-possible-stable-binary-arrays-i",
"difficulty": "中等",
"rating": 2200,
"situation": "没看懂答案",
"method": "记忆化搜索/dp",
"learn": "",
"unknown": ""
},
{
"date": "2024/8/7",
"no": "3130",
"name": "找出所有稳定的二进制数组 II",
"slug": "find-all-possible-stable-binary-arrays-ii",
"difficulty": "困难",
"rating": 2824,
"situation": "没看懂答案",
"method": "记忆化搜索/dp",
"learn": "",
"unknown": ""
}
]
]
Expand Down

0 comments on commit 6fc42a3

Please sign in to comment.