ソースを参照

Add topic to pythagorean-triplet (#969)

* Add topic to pythagorean-triplet

* cr feedback

* Update config.json

* Update config.json

Attempt to fix space issue.
Jared 9 年 前
コミット
69e84a23b9
共有1 個のファイルを変更した6 個の追加1 個の削除を含む
  1. 6
    1
      config.json

+ 6
- 1
config.json ファイルの表示

@@ -1039,7 +1039,12 @@
1039 1039
       "core": false,
1040 1040
       "difficulty": 9,
1041 1041
       "slug": "pythagorean-triplet",
1042
-      "topics": null,
1042
+      "topics": [
1043
+       "integer",
1044
+	"lists",
1045
+	"logic",
1046
+	"mathematics"
1047
+      ],
1043 1048
       "unlocked_by": "triangle",
1044 1049
       "uuid": "88505f95-89e5-4a08-8ed2-208eb818cdf1"
1045 1050
     },