/ProgrammingProblems

Most popular programming interview problems solved in PHP.

Primary LanguagePHPCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Programming Problems

Most popular programming interview problems solved in PHP. Unit tests included. Each of the problem description and solution is provided in separate files included in src folder.

Running tests

  • Run the tests by typing phpunit tests/TestName.php in your command line.