Digraph
A digraph is a graph with direction
Yo ucan tell if a adjacency matrix represents a digraph by seeing if there is symmetry across the leading diagonal (the 1s in identity matrix)
Zane Fitzgerald, Oct 01, 2023
Digraph
A digraph is a graph with direction
Yo ucan tell if a adjacency matrix represents a digraph by seeing if there is symmetry across the leading diagonal (the 1s in identity matrix)
Search