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.
- Run the tests by typing
phpunit tests/TestName.php
in your command line.