Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 580 Bytes

File metadata and controls

13 lines (8 loc) · 580 Bytes

My LeetCode Solutions in PHP

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.

Structure

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.

Installation and Testing

  1. Clone the repository.
  2. Install dependencies: composer install
  3. Run all tests: vendor/bin/pest