Adjacent Vertices

Two vertices that are connected directly with and edge are called adjacent vertices. In the graph below, v1v_1 and v2v_2 are adjacent; v2v_2 and v3v_3 are adjacent; however, v1v_1 and v3v_3 are not adjacent.

Two adjacent vertices forming an edge are said to be incident to that edge. In the graph below, v1v_1 is incident to the edges e1e_1 and e3e_3.

Outgoing edges of a vertex are directed edges that the vertex is the origin.

Incoming edges of a vertex are directed edges that the vertex is the destination.

In the graph above, out(v2)={e2}\text{out}(v_2)=\{ e_2\} and in(v2)={e1}\text{in}(v_2)=\{e_1 \}. Note that v1v_1 has no incoming edges and v3v_3 has no outgoing edges.