Quellcode durchsuchen

two-bucket: increase difficulty from 5 to 7. Closes #1384 (#1390)

* two-bucket: increase difficulty from 5 to 7

* move position of two-bucket in config.json file
Tendai Mudyiwa vor 8 Jahren
Ursprung
Commit
5cb26722b5
1 geänderte Dateien mit 13 neuen und 13 gelöschten Zeilen
  1. 13
    13
      config.json

+ 13
- 13
config.json Datei anzeigen

640
     },
640
     },
641
     {
641
     {
642
       "core": false,
642
       "core": false,
643
-      "difficulty": 5,
644
-      "slug": "two-bucket",
645
-      "topics": [
646
-        "algorithms",
647
-        "loops",
648
-        "conditionals",
649
-        "mathematics"
650
-      ],
651
-      "unlocked_by": "triangle",
652
-      "uuid": "210bf628-b385-443b-8329-3483cc6e8d7e"
653
-    },
654
-    {
655
-      "core": false,
656
       "difficulty": 6,
643
       "difficulty": 6,
657
       "slug": "alphametics",
644
       "slug": "alphametics",
658
       "topics": [
645
       "topics": [
940
     {
927
     {
941
       "core": false,
928
       "core": false,
942
       "difficulty": 7,
929
       "difficulty": 7,
930
+      "slug": "two-bucket",
931
+      "topics": [
932
+        "algorithms",
933
+        "loops",
934
+        "conditionals",
935
+        "mathematics"
936
+      ],
937
+      "unlocked_by": "triangle",
938
+      "uuid": "210bf628-b385-443b-8329-3483cc6e8d7e"
939
+    },
940
+    {
941
+      "core": false,
942
+      "difficulty": 7,
943
       "slug": "anagram",
943
       "slug": "anagram",
944
       "topics": [
944
       "topics": [
945
         "arrays",
945
         "arrays",