-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
132 changed files
with
445 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
{ | ||
"introduction": { | ||
"authors": ["bobahop"], | ||
"contributors": [] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
"approaches": [ | ||
{ | ||
"uuid": "83f3d79b-fc07-4160-87e5-e11e21d31ac2", | ||
"slug": "split", | ||
"title": "split", | ||
"blurb": "Use split to get the words.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "986e4b72-1a7a-4684-9dd1-280537d285c8", | ||
"slug": "findallin", | ||
"title": "findAllIn", | ||
"blurb": "Use findAllIn to get the words.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 12 additions & 5 deletions
17
exercises/practice/armstrong-numbers/.approaches/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
{ | ||
"introduction": { | ||
"authors": ["bobahop"], | ||
"contributors": [] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
"approaches": [ | ||
{ | ||
"uuid": "b4174fe4-eef3-4f21-a4c2-69829c611bef", | ||
"slug": "tostring-map-sum", | ||
"title": "toString with map and sum", | ||
"blurb": "Use toString with map and sum to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "6efcd9c6-cf20-4b01-af87-938b5afbe81b", | ||
"slug": "iterate-takewhile-last", | ||
"title": "iterate with takeWhile and last", | ||
"blurb": "Use iterate with takeWhile and last to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "70ebcc42-e087-4724-a28e-26fa26a6e3ac", | ||
"slug": "recursion", | ||
"title": "Recursion", | ||
"blurb": "Use recursion to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
{ | ||
"introduction": { | ||
"authors": ["bobahop"], | ||
"contributors": [] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
"approaches": [ | ||
{ | ||
"uuid": "72616eff-ad51-469e-adbb-be0ea295ab16", | ||
"slug": "if-expressions", | ||
"title": "if expressions", | ||
"blurb": "Use if expressions to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "80ad0f5d-9cb7-40aa-b453-d7b36cc6c06e", | ||
"slug": "match-expression", | ||
"title": "match expression", | ||
"blurb": "Use a match expression to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "6334f482-f75b-4cca-bade-a182fd585c72", | ||
"slug": "answers-vector", | ||
"title": "Answers Vector", | ||
"blurb": "Index into a Vector to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.