Welcome to my repository dedicated to tracking my progress and hosting my solutions for PHP challenges (Kata) on Codewars.
The goal of this repo is to write clean, optimized, and modern PHP code (PHP 8+) while sharpening my problem-solving and algorithmic thinking skills.
- Codewars Username: @onyansi254
- Profile Link: codewars.com/users/onyansi254
- Language: PHP 8.x
The challenges are organized by their difficulty level (kyu), where 8 kyu represents beginner-level fundamentals and 1 kyu represents master-level logic puzzles.
.
├── 8-kyu/
│ ├── EvenOrOdd.php
│ └── ...
├── 6-kyu/
│ ├── WhoLikesIt.php
│ └── ...
└── README.md