Trees
tree-def.1Mathematics for Computer Science MIT 6.042J/18.062J
Albert R Meyer, April 8, 2013Cycles in simple graphs
A cycle is a closed walk
- f length > 2 that doesn’t
cross itself:
tree-def.2v w a
Albert R Meyer, April 8, 2013length > 2 implies that going back & forth over an edge is not a cycle
tree-def.3w v
Cycles in simple graphs
Albert R Meyer, April 8, 2013Trees
A tree is a connected graph with no cycles.
tree-def.41