소스 검색

Merge pull request #820 from sjwarner-bp/master

Update nucleotide-count topics as in #808
FridaTveit 9 년 전
부모
커밋
15d615dea7
1개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 10
    2
      config.json

+ 10
- 2
config.json 파일 보기

@@ -303,7 +303,15 @@
303 303
       "core": false,
304 304
       "difficulty": 5,
305 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 315
       "unlocked_by": "hamming",
308 316
       "uuid": "2d80fdfc-5bd7-4b67-9fbe-8ab820d89051"
309 317
     },
@@ -758,4 +766,4 @@
758 766
   ],
759 767
   "language": "Java",
760 768
   "solution_pattern": "reference"
761
-}
769
+}