Flatten array
This commit is contained in:
parent
3171da146f
commit
fee5c1afe4
4 changed files with 52 additions and 0 deletions
|
@ -5,6 +5,7 @@ PHP code katas, tested with [Pest PHP][]. Based on exercises from [Exercism.io][
|
|||
Includes:
|
||||
|
||||
- **Anagrams**: select an anagram for a word from a list of condidates.
|
||||
- **Flatten Array**: take a nested list and return a single flattened list with all values except nil/null.
|
||||
- **Bob**: returns different responses based on input.
|
||||
- **Bowling**: calculate the score for a game of bowling.
|
||||
- **Grade School**: given students' names along with the grade that they are in, create a roster for the school.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue