forked from exercism/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 677 Bytes
/
config.json
File metadata and controls
30 lines (30 loc) · 677 Bytes
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
{
"introduction": {
"authors": [
"colinleach",
"BethanyG"
]
},
"approaches": [
{
"uuid": "449c828e-ce19-4930-83ab-071eb2821388",
"slug": "stack-match",
"title": "Stack Match",
"blurb": "Maintain context during stream processing by use of a stack.",
"authors": [
"colinleach",
"BethanyG"
]
},
{
"uuid": "b4c42162-751b-42c8-9368-eed9c3f4e4c8",
"slug": "repeated-substitution",
"title": "Repeated Substitution",
"blurb": "Use substring replacement to iteratively simplify the string.",
"authors": [
"colinleach",
"BethanyG"
]
}
]
}