Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 907 Bytes

PHP Leetcode Problems

Solve problems on Leetcode with PHP!

Features

You can run all scripts with this command:

  • php folder/script.php. Eg: php Trees/MaximumDepthBinaryTree.php

It will output something like:

Test 1: Ok|Failed
Test 2: Ok|Failed
Test 3: Ok|Failed

Contribution

You can contribute for this project forking the repository and making pull requests :).

Problems

Arrays & Hashing

Easy

Trees

Easy