{ "name": "carloswph/sorter", "description": "Collection of sorting algorithms with annotations on procedures, history and functioning details.", "type": "library", "license": "GPL-2.0-only", "keywords": ["algorithm", "algorithms", "sorting", "benchmarking", "quick sort", "bubble sort", "heap sort"], "authors": [ { "name": "carlos", "email": "geral@meuppt.pt" } ], "minimum-stability": "dev", "autoload": { "psr-4": { "Sorter\\": "src/" } }, "require": {} }
info at phpclasses dot org