Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Leet code template generator. When solving leet code examples on local machine, have setup a structure to test and execute the solutions.

License

Notifications You must be signed in to change notification settings

vishwac09/php-algo-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Algorithm Scaffold

I like solving problems on Leetcode and prefer using my local development environment mostly, also Wanted to keep a track of all the problems which i have solved till now, so decided to maintain a repository for it. Created a strucutre which adheres to the PSR-4 autoloading PHP-fig standard.

For every new problem i create folder under the "src" directory with a php file for the Problem with a unit test file under the "tests" directory. I created this library just to automate these file creation task.

Usage

Create a project, and add this packages as DEV dependancy. Check tjhe repo for more details https://github.com/vishwac09/LeetCodes

Installation

Add via composer

composer require --dev vishwac09/php-algo-scaffold

Run

Execute via

./vendor/bin/pas

Image

About

Leet code template generator. When solving leet code examples on local machine, have setup a structure to test and execute the solutions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages