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: 0

Dependents: 0

Suggesters: 0

Stars: 0

6.0.3 2026-03-17 22:50 UTC

This package is auto-updated.

Last update: 2026-03-18 04:46:20 UTC


README

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