Lecture Notes for CS 512, Algorithm Design
Graph Traversals - 24 January 2000
- graph traversals
- breadth first
- visit a child before a grandchild
- depth-first trees
- shortest path
- depth first
- visit a grandchild before a child
- depth-first trees
- start-stop intervals
- interval nesting
- edge types
- topological sorting
- dag
- other uses
- connected components
- finding trees and cycles
- two-coloring graphs - bipartite
- articulation vertices
This page last modified on 31 January 2000.