Просмотр исходного кода

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 8 лет назад
Родитель
Сommit
5cb26722b5
1 измененных файлов: 13 добавлений и 13 удалений
  1. 13
    13
      config.json

+ 13
- 13
config.json Просмотреть файл

@@ -640,19 +640,6 @@
640 640
     },
641 641
     {
642 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 643
       "difficulty": 6,
657 644
       "slug": "alphametics",
658 645
       "topics": [
@@ -940,6 +927,19 @@
940 927
     {
941 928
       "core": false,
942 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 943
       "slug": "anagram",
944 944
       "topics": [
945 945
         "arrays",