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.1.1 2026-03-20 08:02 UTC

This package is auto-updated.

Last update: 2026-03-20 08:12:00 UTC


README

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