/sorting

Sort algorithms in php with basic tests.

Primary LanguagePHP

sorting

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