Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 300 Bytes

File metadata and controls

9 lines (6 loc) · 300 Bytes

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.