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

Merge pull request #820 from sjwarner-bp/master

Update nucleotide-count topics as in #808
FridaTveit 9 лет назад
Родитель
Сommit
15d615dea7
1 измененных файлов: 10 добавлений и 2 удалений
  1. 10
    2
      config.json

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

303
       "core": false,
303
       "core": false,
304
       "difficulty": 5,
304
       "difficulty": 5,
305
       "slug": "nucleotide-count",
305
       "slug": "nucleotide-count",
306
-      "topics": null,
306
+      "topics": [
307
+        "conditionals",
308
+        "exception_handling",
309
+        "integers",
310
+        "maps",
311
+        "parsing",
312
+        "searching",
313
+        "strings"
314
+      ],
307
       "unlocked_by": "hamming",
315
       "unlocked_by": "hamming",
308
       "uuid": "2d80fdfc-5bd7-4b67-9fbe-8ab820d89051"
316
       "uuid": "2d80fdfc-5bd7-4b67-9fbe-8ab820d89051"
309
     },
317
     },
758
   ],
766
   ],
759
   "language": "Java",
767
   "language": "Java",
760
   "solution_pattern": "reference"
768
   "solution_pattern": "reference"
761
-}
769
+}