Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w3bdesign/codewars-php
PHP solutions for Codewars challenges
https://github.com/w3bdesign/codewars-php
codewars codewars-kata-solution codewars-php codewars-solutions hacktoberfest php
Last synced: 10 days ago
JSON representation
PHP solutions for Codewars challenges
- Host: GitHub
- URL: https://github.com/w3bdesign/codewars-php
- Owner: w3bdesign
- Created: 2019-10-19T22:03:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T02:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T19:58:50.991Z (28 days ago)
- Topics: codewars, codewars-kata-solution, codewars-php, codewars-solutions, hacktoberfest, php
- Language: PHP
- Homepage: http://www.codewars.com
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/w3bdesign/Codewars-PHP/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/w3bdesign/Codewars-PHP/?branch=master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/w3bdesign/Codewars-PHP/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b0cd3c35ac394745958dd1b803cafe95)](https://www.codacy.com/manual/w3bdesign/Codewars-PHP?utm_source=github.com&utm_medium=referral&utm_content=w3bdesign/Codewars-PHP&utm_campaign=Badge_Grade)# Codewars-PHP
Solving various Codewars PHP problems and sharing the solutions in this repository.
Sorted by difficulty. 1 = hardest, 8 = easiest
## 8 Kyu
- Reversed String
- Convert a Number to a String!
- Return Negative
- String repeat
- Sum of positive
- Remove First and Last Character
- Reversed sequence
- Basic Mathematical Operations
- How good are you really?## 7 Kyu
- Vowel Count
- Descending Order
- Get the Middle Character
- Highest and Lowest
- Growth of a Population
- Two to One## 6 Kyu
- Multiples of 3 or 5
- Find the odd int
- Persistent Bugger## 5 Kyu