PHP Classes

PHP Array Sort Algorithms class: Sort arrays values using multiple algorithms

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStar 39%Total: 520 All time: 5,711 This week: 206Up
Version License PHP version Categories
sorting-algorithm 1.1BSD License5.2Algorithms, PHP 5
Description 

Author

This class can sort arrays values using multiple algorithms.

It provides several functions that take an array with numbers and returns a sorted version of that array.

Each function sorts the values using a different algorithm. Currently it supports sort algorithms like bubble, selection, insertion, shell, comb and merge.

Picture of Shibly
Name: Shibly <contact>
Classes: 7 packages by
Country: Bangladesh Bangladesh

Details

PHPSortingAlgorithm =================== Recently I've learnt a lot about sorting algorithms and plan to implemented them using my favourite language PHP :) . This is an initial commit. More algorithms will be implemented in later time Wikipedia is a great source to learn and I've learnt a lot more from there. The basics and the algorithms. Hope you will enjoy it. Listed Algorithms that are implemented : 1. Bubble Sort 2. Selection Sort 3. Insertion Sort 4. Shell Sort 5. Comb Sort 6. Merge Sort 7. Quick Sort 8. Gnome Sort 9. Radix Sort

  Files folder image Files (6)  
File Role Description
Files folder imagenbproject (2 files)
Accessible without login Plain text file arrayMinValue.php Example Example script
Plain text file ListOfSort.php Class Class source
Accessible without login Plain text file README.md Data Documentation
Accessible without login Plain text file swap.php Aux. Auxiliary script

  Files folder image Files (6)  /  nbproject  
File Role Description
  Accessible without login Plain text file project.properties Data Auxiliary data
  Accessible without login Plain text file project.xml Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:520
This week:0
All time:5,711
This week:206Up
 User Ratings  
 
 All time
Utility:58%StarStarStar
Consistency:50%StarStarStar
Documentation:-
Examples:50%StarStarStar
Tests:-
Videos:-
Overall:39%StarStar
Rank:3937