PHP Gliph\Graph Namespace

Interfaces

Name Description
Digraph Interface for directed graph datastructures.
Graph The most basic interface for graph datastructures.
MutableDigraph Describes a directed graph that can be modified after initial creation.
MutableGraph Describes a graph that can be modified after initial creation.
MutableVertexSet Interface describing a mutable vertex set.

Classes

Name Description
DirectedAdjacencyList
UndirectedAdjacencyList

Traits

Name Description
AdjacencyList Core logic for an adjacency list-based graph representation.