User Tools

Site Tools


graphs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

graphs [2020/01/12 17:01] – created jrsetigraphs [2020/01/13 00:22] (current) – [Adjacency] jrseti
Line 19: Line 19:
  
 {{:adjacency_list.png?400|}}{{:adjacency_matrix.png?400|}} {{:adjacency_list.png?400|}}{{:adjacency_matrix.png?400|}}
 +
 +====DFS====
 +
 +Depth First Search
 +
 +Use a Stack. 
 +
 +====BFS====
 +
 +Breadth First Search
 +
 +Use a Queue
 +
 +====Shortest Path Problem====
 +
 +If the edges are **unweighted**, the shortest past is found via BFS.
 +
 +====Dijkstra's Algorithm====
 +
 +
 +
 +
 +
 +
 +
 +
  
graphs.1578848480.txt.gz · Last modified: 2020/01/12 17:01 by jrseti