This document provides an overview of key concepts in graph theory, including:
- A graph consists of a set of vertices and edges connecting pairs of vertices.
- Paths and cycles are walks through a graph without repeating edges or vertices. A tree is an acyclic connected graph.
- The degree of a vertex is the number of edges connected to it. Regular graphs have all vertices of the same degree.
- Graphs can be represented using adjacency matrices and incidence matrices to show connections between vertices and edges.
- Directed graphs have edges oriented from a starting to ending vertex. Connectedness in directed graphs depends on the underlying graph or directionality of paths.