chdemko/php-sorted-collections

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/php.yml
.gitignore
.readthedocs.yml
LICENSE
README.md
benchmarks/TreeMapBench.php90
A
2 hrs
cite.bib
composer.json
composer.lock
docs/Doxyfile
docs/README.md
docs/api.rst
docs/api/application.rst
docs/conf.py50
A
0 mins
docs/index.rst
docs/requirements.txt
docs/usage.md
examples/ReversedMap.php9
A
0 mins
examples/ReversedSet.php9
A
0 mins
examples/SubMap.php13
A
0 mins
examples/SubSet.php13
A
0 mins
examples/TreeMap.php17
A
0 mins
examples/TreeSet.php17
A
0 mins
phpbench.json
phpunit.xml.dist
src/SortedCollection/AbstractMap.php136
B
5 hrs
src/SortedCollection/AbstractSet.php102
A
0 mins
src/SortedCollection/Iterator.php68
A
0 mins
src/SortedCollection/ReversedMap.php75
A
0 mins
src/SortedCollection/ReversedSet.php27
A
0 mins
src/SortedCollection/SortedCollection.php13
A
0 mins
src/SortedCollection/SortedMap.php16
A
0 mins
src/SortedCollection/SortedSet.php5
A
0 mins
src/SortedCollection/SubMap.php462
F
5 days
src/SortedCollection/SubSet.php158
B
5 hrs
src/SortedCollection/TreeMap.php182
A
0 mins
src/SortedCollection/TreeNode.php299
F
3 days
src/SortedCollection/TreeSet.php55
A
0 mins