From 6fc42a32a6b5b604f21d24c47b434db308db5853 Mon Sep 17 00:00:00 2001 From: S-N-O-R-L-A-X Date: Wed, 7 Aug 2024 21:15:59 +0800 Subject: [PATCH] 2024-08-07 --- src/assets/2024.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/assets/2024.json b/src/assets/2024.json index 62bf06d..943684c 100644 --- a/src/assets/2024.json +++ b/src/assets/2024.json @@ -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": "" } ] ]