PHP Gliph\Graph Пространство имен

Interfaces

Имя Описание
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.

Классы

Имя Описание
DirectedAdjacencyList
UndirectedAdjacencyList

Traits

Имя Описание
AdjacencyList Core logic for an adjacency list-based graph representation.