Hyperlinkv0.8.0-beta.28

effect

Graph82

Constructors

Models

AllPairsResultinterfaceResult of an all-pairs shortest path computation.AstarConfiginterfaceConfiguration for finding a shortest path with the A algorithm.BellmanFordConfiginterfaceConfiguration for finding a shortest path with the Bellman-Ford algorithm.DijkstraConfiginterfaceConfiguration for finding a shortest path with Dijkstra's algorithm.DirectedGraphtypeImmutable graph type for source-to-target relationships.DirectiontypeDirection for graph traversal, indicating which edges to follow.EdgeclassRepresents edge data containing source, target, and user data.EdgeIndextypeEdge index for edge identification using plain numbers.EdgeWalkertypeType alias for edge iteration using Walker.ExternalsConfiginterfaceConfiguration for selecting external nodes.GraphinterfaceImmutable graph interface.KindtypeGraph type for distinguishing directed and undirected graphs.MermaidDiagramTypetypeMermaid diagram types for different visualization formats.MermaidDirectiontypeMermaid diagram direction types for controlling layout orientation.MermaidNodeShapetypeMermaid node shape types for diagram visualization.MutableDirectedGraphtypeMutable directed graph type alias.MutableGraphinterfaceMutable graph interface.MutableUndirectedGraphtypeMutable undirected graph type alias.NodeIndextypeNode index for node identification using plain numbers.NodeWalkertypeType alias for node iteration using Walker.PathResultinterfaceResult of a shortest path computation.ProtointerfaceCommon structural interface shared by immutable and mutable graphs.SearchConfiginterfaceConfiguration for DFS, BFS, and postorder graph traversals.TopoConfiginterfaceConfiguration for the topological sort iterator.UndirectedGraphtypeImmutable graph type for relationships without source-to-target direction.WalkerclassRepresents an iterable wrapper used by graph traversal and listing APIs.

Guards

Getters

Mutations

Errors

Algorithms

Converting

Iterators

Options

Queries

Transforming