Skip to content

versicode/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Algorithms

Number of algorithms made using php.

What algorithms included?

Sorting:

  • Bubble sort
  • Selection sort
  • Selection sort in-place
  • Insertion sort
  • Quicksort

Recursive:

  • Factorial find
  • Find max value from array

Graph:

  • Breadth-first search
  • Breadth-first search using Standard PHP Library

Requirements

PHP 5.4.0+

Run all tests

composer install
./vendor/bin/phpunit

License

MIT

About

Number of algorithms made using php.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages