This document discusses key concepts in graph theory including:
- Graphs consist of vertices connected by edges
- Connected graphs allow travel between all vertices via edges
- Bridges, if removed, disconnect a graph
- The four color theorem states regions sharing a border need different colors
- Euler's theorem provides conditions for when a graph can be traced using each edge once
- Hamilton paths pass through each vertex once while circuits begin and end at the same vertex