Edge Classification in Undirected Graphs
Learn how to classify edges in a graph using depth-first search.
We'll cover the following...
Edges in graphs are much simpler to classify than edges in digraphs. Primarily because, unlike an edge in a digraph, each edge of a graph can be explored in either direction, from to , or from to .
Each edge of a graph is ...