Skip to main content

Glossary

A compilation of terms related to graph theory and ts-graphviz.

  • Node: The basic element of a graph, representing entities or objects.
  • Edge: A line representing connections or relationships between nodes.
  • Graph: A structure consisting of nodes and edges.
  • Directed Graph (Digraph): A graph where edges have a direction.
  • Subgraph: A subset of nodes and edges forming a part of the graph.
  • Attribute: Properties that define the appearance or behavior of nodes, edges, or graphs.
  • DOT Language: The graph description language used by Graphviz.
note

The relationships are visualized for reference.

Glossary Graph