leovujanic/codility

Leo Vujanić - Codility solutions

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/leovujanic/codility

v1.0.4 2017-11-19 17:34 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:50:46 UTC


README

Installation

The preferred way to install this extension is through composer. Check the composer.json for this project requirements and dependencies.

To install, run

$ php composer.phar create-project leovujanic/codility

Lessons files

Lessons files can be found in src/lessons directory. Each Lesson has its own directory, and lessons tasks can be found in subdirectories. Task directories are named by task name following camel-case convention. The final solution is in index.php file. Every solution is under its own namespace and autoloaded with composer autoload.

Codility links can be found in comments.

Web interface - Task list and task runner

Web root directory is src/web and entry script is index.php

Tests

There are some unit test and you can run them by calling

$ php vendor/bin/codecept run