tiger-seo / algorithms
Implementation of different algorithms
Installs: 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 0
pkg:composer/tiger-seo/algorithms
Requires
- php: >=5.4.3
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-10-11 19:28:29 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