From 93bfa4ea518e8ab644e805cadb2392d57bc2ae5c Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Sat, 10 Aug 2024 10:41:50 +1000 Subject: [PATCH] Increase pythagorean-triplet difficulty --- config.json | 22 +++++++++---------- .../practice/square-root/.meta/config.json | 1 - 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/config.json b/config.json index 0768288..e2e2ec6 100644 --- a/config.json +++ b/config.json @@ -516,17 +516,6 @@ "prerequisites": [], "difficulty": 6 }, - { - "slug": "pythagorean-triplet", - "name": "Pythagorean Triplet", - "uuid": "548fa68b-98ff-4c3f-87ae-ef3a0cc605c1", - "practices": [], - "prerequisites": [], - "difficulty": 6, - "topics": [ - "math" - ] - }, { "slug": "all-your-base", "name": "All Your Base", @@ -547,6 +536,17 @@ "practices": [], "prerequisites": [], "difficulty": 8 + }, + { + "slug": "pythagorean-triplet", + "name": "Pythagorean Triplet", + "uuid": "548fa68b-98ff-4c3f-87ae-ef3a0cc605c1", + "practices": [], + "prerequisites": [], + "difficulty": 8, + "topics": [ + "math" + ] } ], "foregone": [ diff --git a/exercises/practice/square-root/.meta/config.json b/exercises/practice/square-root/.meta/config.json index 9692c86..bdb1b6d 100644 --- a/exercises/practice/square-root/.meta/config.json +++ b/exercises/practice/square-root/.meta/config.json @@ -2,7 +2,6 @@ "authors": [ "keiravillekode" ], - "contributors": [], "files": { "solution": [ "impl.mips"