Skip to content

sixthpoint/php-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Sample Algorithms

A collection of simple algorithms in php code to be able to gauge performance.

  • BinarySearch - Performs a binary search base on the sample size, number to find, and iterations (chunking) allowed to perform.
  • QuickSort - Performs a quick sort on the sample size, and number of iterations (chunking) allowed to perform.

About

A collection of simple algorithms in php code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages