Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
courses:cs211:winter2018:journals:nasona:chapter3 [2018/02/06 15:19] – [3.3 Implementing Graph Traversal] nasonacourses:cs211:winter2018:journals:nasona:chapter3 [2018/02/06 15:19] (current) – [3.2 Graph Connectivity and Traversal] nasona
Line 107: Line 107:
     * If there is no path between s and t, then there cannot be a node v that is in the connected component of each.     * If there is no path between s and t, then there cannot be a node v that is in the connected component of each.
   * A natural algorithm for producing all the connected components of a graph, by growing them one component at a time. We start with an arbitrary node s, and use BFS or DFS to generate its connected component.   * A natural algorithm for producing all the connected components of a graph, by growing them one component at a time. We start with an arbitrary node s, and use BFS or DFS to generate its connected component.
- 
- 
-==Questions== 
  
 ==Additional Information== ==Additional Information==
courses/cs211/winter2018/journals/nasona/chapter3.1517930361.txt.gz · Last modified: by nasona
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0