Skip to content

Commit 5c61101

Browse files
committed
Move Luhn followups
"Luhn: Using the From Trait" now moves to just after Bracket Push (which is our example that uses `From`). In the Luhn implementation students will implement `From` for multiple types, so it makes sense to put it after Bracket Push where students only implement it for one type. "Luhn: Using a Custom Trait" moves to after Space Age. Space Age solutions use custom traits and `From`, so pairing these exercises made sense.
1 parent a9dbdb7 commit 5c61101

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

config.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -130,26 +130,6 @@
130130
"higher-order functions"
131131
]
132132
},
133-
{
134-
"slug": "luhn-from",
135-
"difficulty": 4,
136-
"topics": [
137-
"from trait",
138-
"str to digits",
139-
"iterators",
140-
"higher-order functions"
141-
]
142-
},
143-
{
144-
"slug": "luhn-trait",
145-
"difficulty": 4,
146-
"topics": [
147-
"traits",
148-
"str to digits",
149-
"iterators",
150-
"higher-order functions"
151-
]
152-
},
153133
{
154134
"slug": "largest-series-product",
155135
"difficulty": 4,
@@ -283,6 +263,16 @@
283263
"stack or recursion"
284264
]
285265
},
266+
{
267+
"slug": "luhn-from",
268+
"difficulty": 4,
269+
"topics": [
270+
"from trait",
271+
"str to digits",
272+
"iterators",
273+
"higher-order functions"
274+
]
275+
},
286276
{
287277
"slug": "queen-attack",
288278
"difficulty": 4,
@@ -318,6 +308,16 @@
318308
"Default Trait implementation"
319309
]
320310
},
311+
{
312+
"slug": "luhn-trait",
313+
"difficulty": 4,
314+
"topics": [
315+
"Custom Trait",
316+
"str to digits",
317+
"iterators",
318+
"higher-order functions"
319+
]
320+
},
321321
{
322322
"slug": "allergies",
323323
"difficulty": 4,

0 commit comments

Comments
 (0)