PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   PHP Sorting Algorithms Benchmarker   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sorting Algorithms Benchmarker
Benchmark sorting arrays with different algorithms
Author: By
Last change: Selection sorting alg added.
Date: 2 years ago
Size: 572 bytes
 

Contents

Class file image Download
{ "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": {} }