The document provides an introduction to graph theory. It begins with a brief history, noting that graph theory originated from Euler's work on the Konigsberg bridges problem in 1735. It then discusses basic concepts such as graphs being collections of nodes and edges, different types of graphs like directed and undirected graphs. Key graph theory terms are defined such as vertices, edges, degree, walks, paths, cycles and shortest paths. Different graph representations like the adjacency matrix, incidence matrix and adjacency lists are also introduced. The document is intended to provide an overview of fundamental graph theory concepts.