tiger-seo / algorithms
Implementation of different algorithms
dev-master
2013-12-09 01:18 UTC
Requires
- php: >=5.4.3
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-10-26 14:49:36 UTC
README
Common algorithms implemented for learning purposes
Sort
Search
Binary searchFinding a missing numbers in a sequence- Knuth-Morris-Pratt
Prime-generate
Queue
- Binary Heap
Graph theory
Undirected graph
Depth-first search- Breadth-first search
Directed graph
- Topological sort
- Minimum spanning tree