Math Wiki
Register
Advertisement

Graph theory is the study of special structures called graphs.

Terminology[]

  • Graph - a graph is used to represent pairwise relations between objects. It is usually represented as an ordered pair G = (V, E) of a set of its "vertices" V containing the objects in it, and a multiset of its "edges" E, which is the relation between the edges.

External links[]

  • Graph on Programming Wiki
Advertisement