Immutable directed and undirected graph data structures with BFS, DFS, topological sort, and cycle detection

Maintainers

Package info

github.com/php-standard-library/graph

Homepage

pkg:composer/php-standard-library/graph

Statistics

Installs: 26

Dependents: 1

Suggesters: 0

Stars: 0

6.2.1 2026-05-23 20:26 UTC

This package is auto-updated.

Last update: 2026-05-23 22:51:59 UTC


README

Immutable directed and undirected graph data structures with BFS, DFS, topological sort, and cycle detection.