From a4c8bad8cd665e04d6b28e4fb21983d80f9a01d9 Mon Sep 17 00:00:00 2001 From: maggieliu05 <88679216+maggieliu05@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:58:10 -0800 Subject: [PATCH 1/2] Feat: add suggested problem 'Set Or Decrease' --- content/3_Silver/Conclusion.problems.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/3_Silver/Conclusion.problems.json b/content/3_Silver/Conclusion.problems.json index 88a5c6d660..6c87b3b93f 100644 --- a/content/3_Silver/Conclusion.problems.json +++ b/content/3_Silver/Conclusion.problems.json @@ -268,6 +268,19 @@ "site": "CF" } }, + { + "uniqueId": "cf-1622C", + "name": "Set Or Decrease", + "url": "https://codeforces.com/contest/1622/problem/C", + "source": "CF", + "difficulty": "Normal", + "isStarred": false, + "tags": ["binary search", "two pointers"], + "solutionMetadata": { + "kind": "autogen-label-from-site", + "site": "CF" + } + }, { "uniqueId": "cf-700B", "name": "Connecting Universities", From f910bc5d8a581084e7b956a9d10dcae74a6e1ee8 Mon Sep 17 00:00:00 2001 From: envyaims <79723780+envyaims@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:54:54 -0500 Subject: [PATCH 2/2] Update Conclusion.problems.json --- content/3_Silver/Conclusion.problems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3_Silver/Conclusion.problems.json b/content/3_Silver/Conclusion.problems.json index 6c87b3b93f..fdc8ab7fe4 100644 --- a/content/3_Silver/Conclusion.problems.json +++ b/content/3_Silver/Conclusion.problems.json @@ -275,7 +275,7 @@ "source": "CF", "difficulty": "Normal", "isStarred": false, - "tags": ["binary search", "two pointers"], + "tags": ["Binary Search", "Prefix Sums"], "solutionMetadata": { "kind": "autogen-label-from-site", "site": "CF"