Procházet zdrojové kódy

Deprecate binary, hexadecimal, octal, trinary

Stuart Kent před 9 roky
rodič
revize
4cf3b36d07
1 změnil soubory, kde provedl 4 přidání a 24 odebrání
  1. 4
    24
      config.json

+ 4
- 24
config.json Zobrazit soubor

22
     "acronym",
22
     "acronym",
23
     "scrabble-score",
23
     "scrabble-score",
24
     "roman-numerals",
24
     "roman-numerals",
25
-    "binary",
26
     "prime-factors",
25
     "prime-factors",
27
     "raindrops",
26
     "raindrops",
28
     "allergies",
27
     "allergies",
30
     "atbash-cipher",
29
     "atbash-cipher",
31
     "accumulate",
30
     "accumulate",
32
     "crypto-square",
31
     "crypto-square",
33
-    "trinary",
34
     "rna-transcription",
32
     "rna-transcription",
35
-    "hexadecimal",
36
     "sieve",
33
     "sieve",
37
     "simple-cipher",
34
     "simple-cipher",
38
-    "octal",
39
     "luhn",
35
     "luhn",
40
     "pig-latin",
36
     "pig-latin",
41
     "simple-linked-list",
37
     "simple-linked-list",
151
       "topics": []
147
       "topics": []
152
     },
148
     },
153
     {
149
     {
154
-      "slug": "binary",
155
-      "difficulty": 1,
156
-      "topics": []
157
-    },
158
-    {
159
       "slug": "prime-factors",
150
       "slug": "prime-factors",
160
       "difficulty": 1,
151
       "difficulty": 1,
161
       "topics": []
152
       "topics": []
191
       "topics": []
182
       "topics": []
192
     },
183
     },
193
     {
184
     {
194
-      "slug": "trinary",
195
-      "difficulty": 1,
196
-      "topics": []
197
-    },
198
-    {
199
       "slug": "rna-transcription",
185
       "slug": "rna-transcription",
200
       "difficulty": 1,
186
       "difficulty": 1,
201
       "topics": []
187
       "topics": []
202
     },
188
     },
203
     {
189
     {
204
-      "slug": "hexadecimal",
205
-      "difficulty": 1,
206
-      "topics": []
207
-    },
208
-    {
209
       "slug": "sieve",
190
       "slug": "sieve",
210
       "difficulty": 1,
191
       "difficulty": 1,
211
       "topics": []
192
       "topics": []
216
       "topics": []
197
       "topics": []
217
     },
198
     },
218
     {
199
     {
219
-      "slug": "octal",
220
-      "difficulty": 1,
221
-      "topics": []
222
-    },
223
-    {
224
       "slug": "luhn",
200
       "slug": "luhn",
225
       "difficulty": 1,
201
       "difficulty": 1,
226
       "topics": []
202
       "topics": []
332
     }
308
     }
333
   ],
309
   ],
334
   "deprecated": [
310
   "deprecated": [
311
+    "binary",
312
+    "hexadecimal",
313
+    "octal",
314
+    "trinary"
335
   ],
315
   ],
336
   "ignored": [
316
   "ignored": [
337
     "_template",
317
     "_template",