forked from exercism/ceylon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
101 lines (101 loc) · 2.02 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"language": "Ceylon",
"active": false,
"blurb": "",
"exercises": [
{
"slug": "leap",
"uuid": "9ae32021-a7c3-4ddf-88b1-629b708b9cb9",
"core": false,
"unlocked_by": null,
"difficulty": 1,
"topics": [
"integers"
]
},
{
"slug": "hamming",
"uuid": "a93dbf6e-c65d-4793-9407-f8187abd0ad7",
"core": false,
"unlocked_by": null,
"difficulty": 2,
"topics": [
"filtering",
"strings"
]
},
{
"slug": "sieve",
"uuid": "bc986de4-f76f-4435-b7aa-08e561693c49",
"core": false,
"unlocked_by": null,
"difficulty": 3,
"topics": [
"filtering",
"math"
]
},
{
"slug": "rna-transcription",
"uuid": "bc986de4-62f7-439a-a144-fb8fdbdf4d30",
"core": false,
"unlocked_by": null,
"difficulty": 3,
"topics": [
"parsing",
"strings",
"transforming"
]
},
{
"slug": "anagram",
"uuid": "fe43a5a0-9f83-45ab-af37-76f8a3e84393",
"core": false,
"unlocked_by": null,
"difficulty": 4,
"topics": [
"filtering",
"strings"
]
},
{
"slug": "largest-series-product",
"uuid": "0112a648-dca1-425d-9c1c-67fc6e6247a7",
"core": false,
"unlocked_by": null,
"difficulty": 4,
"topics": [
"integers",
"math",
"strings",
"transforming"
]
},
{
"slug": "matching-brackets",
"uuid": "6b95f859-3395-4936-bbc3-601041b6744b",
"core": false,
"unlocked_by": null,
"difficulty": 6,
"topics": [
"parsing",
"stacks",
"strings"
]
},
{
"slug": "react",
"uuid": "94e3684c-3646-42ea-909c-c1f9daab552a",
"core": false,
"unlocked_by": null,
"difficulty": 10,
"topics": [
"callable",
"classes",
"generics",
"member_classes",
"reactive_programming"
]
}
]
}