-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
5 changed files
with
37 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
"introduction": { | ||
"authors": ["bobahop"], | ||
"contributors": [] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
"approaches": [ | ||
{ | ||
"uuid": "a8b3febf-2c8b-4ad3-8169-f5b2665a5ddd", | ||
"slug": "zip-count", | ||
"title": "zip with count", | ||
"blurb": "Use zip with count 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
{ | ||
"introduction": { | ||
"authors": ["bobahop"], | ||
"contributors": [] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
"approaches": [ | ||
{ | ||
"uuid": "dde5f357-b1f8-4079-991a-a326b0ce6e1a", | ||
"slug": "filter-map-foreach", | ||
"title": "filter and map with foreach", | ||
"blurb": "Use filter and map with foreach to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "92f8d92b-9d11-45cc-bbeb-faf965d51ac0", | ||
"slug": "filter-map-fold", | ||
"title": "filter and map with fold", | ||
"blurb": "Use filter and map with fold 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
{ | ||
"introduction": { | ||
"authors": ["bobahop"], | ||
"contributors": [] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
"approaches": [ | ||
{ | ||
"uuid": "7a98843c-4dd0-4c30-962d-021141c43635", | ||
"slug": "bitwise-filter-fold", | ||
"title": "bitwise operations with filter and fold", | ||
"blurb": "Use bitwise operations with filter and fold to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "c9807c77-adb9-49c7-9dfc-7164d69147f8", | ||
"slug": "all-find", | ||
"title": "all with find", | ||
"blurb": "Use all with find to return the answer.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
{ | ||
"uuid": "886a22e0-906f-4f55-95a9-76071d5f326c", | ||
"slug": "filter-sort-uniq-count", | ||
"title": "filter and sort with uniq and count", | ||
"blurb": "Use filter and sort with uniq and count 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
{ | ||
"introduction": { | ||
"authors": ["bobahop"], | ||
"contributors": [] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
}, | ||
"approaches": [ | ||
{ | ||
"uuid": "82d351a0-eb04-417c-9989-bafd61114ae2", | ||
"slug": "bygrapheme-retro-bycodepoint-text", | ||
"title": "byGrapheme and retro with byCodePoint and text", | ||
"blurb": "Use byGrapheme and retro with byCodePoint and text to handle Unicode.", | ||
"authors": ["bobahop"] | ||
"authors": [ | ||
"bobahop" | ||
] | ||
} | ||
] | ||
} |