In case of a graph without multiple edges, one can also specify
the graph by giving the set of vertices
and the set of edges
.
A graph is strongly connected if for any two vertices
there is a directed path from
to
, i.e.,
there are vertices
such that
for
.
A tournament is a directed graph without loops such that
for all
,
.
Our graphs will usually be finite, and for finite graphs
one can view the map
as a square matrix, the
adjacency matrix of the graph.