Directed Graphs

Home > Computer Science > Algorithms and data structures > Graphs > Directed Graphs

Also known as Digraph, it is a graph where each edge has a direction, which means the connection between two vertices is unidirectional.