-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbc.json
More file actions
14 lines (14 loc) · 594 Bytes
/
Copy pathbc.json
File metadata and controls
14 lines (14 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"slug" : "compression-algorithm-python",
"title" : "Compression Algorithm w/Python",
"description": "Building a Compression Algorithm using Python and Emojis",
"preview": "https://raw.githubusercontent.com/breatheco-de/exercise-compression-algorithm-python/master/preview.png",
"solution": "https://github.com/breatheco-de/exercise-compression-algorithm-python/tree/solution",
"status": "published",
"duration" : 4,
"difficulty": "beginner",
"technologies": ["python", "terminal", "command line", "compression", "arrays"],
"talents": [
{ "badge": "identator", "points": 10 }
]
}