tracks/scala/config.json in trackler-2.2.1.70 vs tracks/scala/config.json in trackler-2.2.1.71
- old
+ new
@@ -33,22 +33,10 @@
"Integers",
"Mathematics"
]
},
{
- "uuid": "825e94e5-6fc8-4dce-befe-74e1516fae14",
- "slug": "flatten-array",
- "core": true,
- "unlocked_by": null,
- "difficulty": 2,
- "topics": [
- "Recursion",
- "Lists",
- "Pattern matching"
- ]
- },
- {
"uuid": "57b76aba-a485-464d-84ba-e9a445b25be6",
"slug": "bob",
"core": true,
"unlocked_by": null,
"difficulty": 1,
@@ -90,9 +78,21 @@
"difficulty": 2,
"topics": [
"Generics",
"Lists",
"Transforming"
+ ]
+ },
+ {
+ "uuid": "825e94e5-6fc8-4dce-befe-74e1516fae14",
+ "slug": "flatten-array",
+ "core": true,
+ "unlocked_by": "accumulate",
+ "difficulty": 2,
+ "topics": [
+ "Recursion",
+ "Lists",
+ "Pattern matching"
]
},
{
"uuid": "65a76aba-a485-222d-84ba-e9a445b25be6",
"slug": "collatz-conjecture",