ibrahimmomani/sorting

Sorting algorithms in php

dev-master 2015-10-12 03:39 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:28:23 UTC


README

Sort algorithms in php with basic tests.

Algorithms

* Insertion Sort
* Selection Sort
* Bubble Sort
* Quick Sort
* Gnome Sort
* Cocktail Sort
* Shell Sort
* Counting Sort

Installation

	composer require ibrahimmomani/sorting