Graph Concepts

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Graph Definition

A graph is a pair-wise relationship among a set of objects. Mathematically, a graph G is a pair (V, E), where V is a finite set of vertices, called the vertex set of G, and E is a binary relation on G, called the edge set of G, which contains the graph's edges.

Vertex (Node)

Edge (Arc)