2017 © Pedro Peláez
 

library algorithms

Implementation of different algorithms

image

tiger-seo/algorithms

Implementation of different algorithms

  • Monday, December 9, 2013
  • by tiger-seo
  • Repository
  • 2 Watchers
  • 4 Stars
  • 116 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

algorithms

Common algorithms implemented for learning purposes, (*1)

Sort

Prime-generate

Queue

  • Binary Heap

Graph theory

Undirected graph

  • Depth-first search

<, (*2)

del> - Breadth-first search, (*3)

Directed graph

  • Topological sort
  • Minimum spanning tree

The Versions

09/12 2013

dev-master

9999999-dev

Implementation of different algorithms

  Sources   Download

GPLv3

The Requires

  • php >=5.4.3

 

The Development Requires

by Avatar tiger-seo