diff --git a/config.json b/config.json index a54aa8c2..aa943546 100644 --- a/config.json +++ b/config.json @@ -1195,6 +1195,18 @@ "math" ] }, + { + "slug": "pythagorean-triplet", + "name": "Pythagorean Triplet", + "uuid": "7a9e219b-a830-4813-8274-e4473fef29e8", + "practices": [], + "prerequisites": [ + "basics", + "integers", + "numbers" + ], + "difficulty": 6 + }, { "slug": "robot-simulator", "name": "Robot Simulator", @@ -1371,14 +1383,6 @@ "vectors" ], "difficulty": 5 - }, - { - "slug": "pythagorean-triplet", - "name": "Pythagorean Triplet", - "uuid": "7a9e219b-a830-4813-8274-e4473fef29e8", - "practices": [], - "prerequisites": [], - "difficulty": 1 } ] },