ibrahimmomani/sorting

Sorting algorithms in php

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/ibrahimmomani/sorting

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

This package is not auto-updated.

Last update: 2025-10-01 23:14:43 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