This repository contains my solutions to various problems from LeetCode, written in PHP. Each solution is fully tested using Pest. I use this repository to practice my problem-solving skills and showcase my work.
Each problem has its own class within the Problems namespace and a corresponding test file in the Tests namespace. The project is configured with PSR-4 autoloading via Composer.
- Clone the repository.
- Install dependencies:
composer install - Run all tests:
vendor/bin/pest