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.