Directed and Un-directed graphs algorithms

Revision en1, by DaviddeGea1, 2019-10-14 13:07:45

I get really confused at times at to which graph algorithms is specific to directed(or undirected) graphs or can be applied to both. So just wanted to create a blog that will contain all the graphs algorithms and their area of application(Directed, undirected or both).

I'll start with some about which I'm sure of:

  • DFS, BFS : Both

  • Topo sorting : Directed

  • Dijkstra : Both

  • Prims, Kruskal : Both

Please add more algorithms and/or correct me if I'm wrong.!

Tags #graphs, #directed

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English DaviddeGea1 2019-10-14 13:07:45 541 Initial revision (published)