Graph Algorithm 101

The 5 Graph Algorithms that you should know

  • Connected Components
  • Shortest Path (Dijkstra)
  • Minimum Spanning Tree
  • Pagerank
  • Centrality Measures
  • Graph Coloring Methods - a special case of graph labeling; it is an assignment of labels traditionally called “colors” to elements of a graph subject to certain constraints.

Computation graphs and graph computation / HN

See also:

Written on June 30, 2021, Last update on October 6, 2024
graph algorithm c++ topology