Relation

Properties of Edges in a Graph Data-structure

  • If edges are undirected then the adjacency matrix is a symmetric matrix.
  • If edges are directed then the adjacency matrix need not be a symmetric matrix.
  • Some graphs have weighted edges, so the entries in the adjacency matrix are real values rather than 0 or 1.

0

1

Updated 2022-06-26

Tags

Data Science