40 Algorithms Every Programmer Should Know
上QQ阅读APP看书,第一时间看更新

Types of graphs

Graphs can be classified into four kinds, namely the following:

  • Undirected graphs
  • Directed graphs
  • Undirected multigraphs
  • Directed multigraphs

Let's now look through each one in detail.