Skip to content

CleytonBonamigo/php-coding-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Coding Challenges

Solve problems from Leetcode and others with PHP! Inspired by NeetCode Roadmap flow.

Features

You can run all scripts with this command:

  • php folder/script.php. Eg: php LeetCode/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 :).

Leetcode Problems

Arrays & Hashing

Easy

Binary Search

Easy

Trees

Easy

Others

Problems that I want fun to solve, but do not remember the source or it was from job application assessment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages