forked from exercism/python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
71 lines (70 loc) · 1.21 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"slug": "python",
"language": "Python",
"repository": "https://github.com/exercism/xpython",
"active": true,
"problems": [
"bob",
"leap",
"word-count",
"rna-transcription",
"hamming",
"gigasecond",
"meetup",
"difference-of-squares",
"anagram",
"allergies",
"series",
"sieve",
"atbash-cipher",
"sum-of-multiples",
"largest-series-product",
"kindergarten-garden",
"grade-school",
"roman-numerals",
"space-age",
"grains",
"luhn",
"etl",
"prime-factors",
"simple-cipher",
"scrabble-score",
"crypto-square",
"sublist",
"pythagorean-triplet",
"robot-name",
"matrix",
"nth-prime",
"saddle-points",
"beer-song",
"secret-handshake",
"twelve-days",
"binary",
"palindrome-products",
"hexadecimal",
"minesweeper",
"queen-attack",
"wordy",
"phone-number",
"ocr-numbers",
"house",
"triangle",
"zebra-puzzle"
],
"deprecated": [
"accumulate",
"nucleotide-count",
"octal",
"pascals-triangle",
"point-mutations",
"proverb",
"raindrops",
"strain",
"trinary"
],
"ignored": [
"test"
],
"foregone": [
]
}