yelena870513 / alg-ds-php

Algorithms and Data Structures in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alg-ds-php

Algorithms and Data Structures in PHP

psysh

To use the available classes in psysh, do this:

./vendor/bin/psysh
$fixedArray = new Cicnavi\Ds\Arrays\FixedArray(10);

phpunit

To run all tests:

./vendor/bin/phpunit --testdox tests

To run specific test:

./vendor/bin/phpunit --testdox tests/Ds/Arrays/FixedArrayTest.php

About

Algorithms and Data Structures in PHP


Languages

Language:HTML 92.8%Language:PHP 5.3%Language:CSS 1.1%Language:JavaScript 0.8%