From 451134d94be31ecc923f12970dc5f14b282c83bc Mon Sep 17 00:00:00 2001 From: TheScarletPhoenix <145281030+TheScarletPhoenix@users.noreply.github.com> Date: Fri, 28 Jun 2024 23:51:27 -0700 Subject: [PATCH 1/3] Update Func_Graphs.problems.json added a "hard" problem --- content/3_Silver/Func_Graphs.problems.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/3_Silver/Func_Graphs.problems.json b/content/3_Silver/Func_Graphs.problems.json index 1a828f1106..9082f8515e 100644 --- a/content/3_Silver/Func_Graphs.problems.json +++ b/content/3_Silver/Func_Graphs.problems.json @@ -79,6 +79,18 @@ "kind": "USACO", "usacoId": "284" } + }, + { + "uniqueId": "IOI11_garden", + "name": "Tropical Garden", + "url": "https://oj.uz/problem/view/IOI11_garden", + "source": "IOI", + "difficulty": "Hard", + "isStarred": false, + "tags": ["Functional Graph"], + "solutionMetadata": { + "kind": "internal" + } } ] } From 4564f780de81cd2f039311c78ed98778dc741ccd Mon Sep 17 00:00:00 2001 From: TheScarletPhoenix <145281030+TheScarletPhoenix@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:58:32 -0700 Subject: [PATCH 2/3] Update Func_Graphs.problems.json --- content/3_Silver/Func_Graphs.problems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3_Silver/Func_Graphs.problems.json b/content/3_Silver/Func_Graphs.problems.json index 9082f8515e..e791c7cc81 100644 --- a/content/3_Silver/Func_Graphs.problems.json +++ b/content/3_Silver/Func_Graphs.problems.json @@ -82,7 +82,7 @@ }, { "uniqueId": "IOI11_garden", - "name": "Tropical Garden", + "name": "2011 - Tropical Garden", "url": "https://oj.uz/problem/view/IOI11_garden", "source": "IOI", "difficulty": "Hard", From d2e0ff28855aae3ce17b3c3ca4fdf694821c281e Mon Sep 17 00:00:00 2001 From: TheScarletPhoenix <145281030+TheScarletPhoenix@users.noreply.github.com> Date: Wed, 3 Jul 2024 06:36:15 -0700 Subject: [PATCH 3/3] Update Func_Graphs.problems.json --- content/3_Silver/Func_Graphs.problems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/3_Silver/Func_Graphs.problems.json b/content/3_Silver/Func_Graphs.problems.json index e791c7cc81..0bff7c417f 100644 --- a/content/3_Silver/Func_Graphs.problems.json +++ b/content/3_Silver/Func_Graphs.problems.json @@ -85,7 +85,7 @@ "name": "2011 - Tropical Garden", "url": "https://oj.uz/problem/view/IOI11_garden", "source": "IOI", - "difficulty": "Hard", + "difficulty": "Very Hard", "isStarred": false, "tags": ["Functional Graph"], "solutionMetadata": {