[prev] 13 [next]

Graph Terminology (cont)

Other types of graphs ...

Directed graph (di-graph)

  • each edge has an associated direction
Weighted graph
  • each edge has an associated value (weight)
Multi-graph
  • allow multiple edges between two vertices
  • e.g. function call graph   (f() calls g() in several places)