Directed graphs
Directed graphs contain edges that possess an orientation (\(i\rightarrow j\) and \(j\rightarrow i\) are different). Vertices are identified by an integer index, VertexIndex, ranging from \(0\) to \(n-1\), where \(n\) is the number of vertices.