PHPackages                             tiger-seo/algorithms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tiger-seo/algorithms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tiger-seo/algorithms
====================

Implementation of different algorithms

41202PHP

Since Dec 9Pushed 12y ago2 watchersCompare

[ Source](https://github.com/tiger-seo/algorithms)[ Packagist](https://packagist.org/packages/tiger-seo/algorithms)[ RSS](/packages/tiger-seo-algorithms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

algorithms
==========

[](#algorithms)

Common algorithms implemented for learning purposes

### Sort

[](#sort)

- [Bubble sort](http://en.wikipedia.org/wiki/Bubble_sort)
- [Selection sort](http://en.wikipedia.org/wiki/Selection_sort)
- [Insertion sort](http://en.wikipedia.org/wiki/Insertion_sort)
- [Shellsort](http://en.wikipedia.org/wiki/Shellsort)
- [Comb sort](http://en.wikipedia.org/wiki/Comb_sort)
- [Merge sort](http://en.wikipedia.org/wiki/Merge_sort)
- [Heapsort](http://en.wikipedia.org/wiki/Heapsort)
- [Quicksort](http://en.wikipedia.org/wiki/Quick_sort)

### Search

[](#search)

- [Binary search](http://en.wikipedia.org/wiki/Binary_search)
- Finding a missing numbers in a sequence
- [Knuth-Morris-Pratt](http://en.wikipedia.org/wiki/Knuth%E2%80%93Morris%E2%80%93Pratt_algorithm)

### Prime-generate

[](#prime-generate)

- [Sieve of Eratosthenes](http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
- [Sieve of Atkin](http://en.wikipedia.org/wiki/Sieve_of_Atkin)

### Queue

[](#queue)

- Binary Heap

### Graph theory

[](#graph-theory)

#### Undirected graph

[](#undirected-graph)

- Depth-first search
- Breadth-first search

#### Directed graph

[](#directed-graph)

- Topological sort
- Minimum spanning tree

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1456ea11238214cb253c6e223ed20e5324eafd2ffcf1cd9270566ed562355718?d=identicon)[tiger-seo](/maintainers/tiger-seo)

---

Top Contributors

[![tiger-seo](https://avatars.githubusercontent.com/u/398720?v=4)](https://github.com/tiger-seo "tiger-seo (28 commits)")

### Embed Badge

![Health badge](/badges/tiger-seo-algorithms/health.svg)

```
[![Health](https://phpackages.com/badges/tiger-seo-algorithms/health.svg)](https://phpackages.com/packages/tiger-seo-algorithms)
```

###  Alternatives

[symfony/polyfill-php74

Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions

305.0M14](/packages/symfony-polyfill-php74)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
