Move all files to php/pest/
This commit is contained in:
parent
a62c22030e
commit
8784174d85
23 changed files with 0 additions and 0 deletions
17
php/pest/README.md
Normal file
17
php/pest/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# PHP katas with Pest PHP
|
||||
|
||||
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.
|
||||
- **Pangram** - determine if a sentence is a pangram (every letter of the alphabet is used at least once).
|
||||
- **Rock, paper, scissors**
|
||||
- **Roman numerals**: convert a number into its roman numeral value.
|
||||
|
||||
[exercism.io]: https://exercism.io
|
||||
[pest php]: https://pestphp.com
|
Loading…
Add table
Add a link
Reference in a new issue