Skip to main content
Mathematics LibreTexts

9.1: Graphs - General Introduction

  • Page ID
    80534
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Definitions

    Recall that we introduced directed graphs in Chapter 6 as a tool to visualize relations on a set. Here is a formal definition.

    Definition \(\PageIndex{1}\): Simple Directed Graph

    A simple directed graph consists of a nonempty set of vertices, \(V\text{,}\) and a set of edges, \(E\text{,}\) that is a subset of the set \(V \times V\text{.}\)

    Note \(\PageIndex{1}\): Some Terminology and Comments

    Each edge is an ordered pair of elements from the vertex set. The first entry is the initial vertex of the edge and the second entry is the terminal vertex. Despite the set terminology in this definition, we often think of a graph as a picture, an aid in visualizing a situation. In Chapter 6, we introduced this concept to help understand relations on sets. Although those relations were principally of a mathematical nature, it remains true that when we see a graph, it tells us how the elements of a set are related to one another. We have chosen not to allow a graph with an empty vertex set, the so-called empty graph. There are both advantages and disadvantages to allowing the empty graph, so you may encounter it in other references.

    Example \(\PageIndex{1}\): A Simple Directed Graph

    Figure \(\PageIndex{1}\) is an example of a simple directed graph. In set terms, this graph is \((V, E)\text{,}\) where \(V = \{s, a, b\}\) and \(E = \{(s, a), (s, b), (a, b), (b, a), (b,b)\}\text{.}\) Note how each edge is labeled either 0 or 1. There are often reasons for labeling even simple graphs. Some labels are to help make a graph easier to discuss; others are more significant. We will discuss the significance of the labels on this graph later.

    clipboard_eccef2e5cef3635d52abc83cb3ea05d4b.pngFigure \(\PageIndex{1}\): A directed graph

    In certain cases there may be a need for more than one edge between two vertices, and we need to expand the class of directed graphs.

    Definition \(\PageIndex{2}\): Multigraph

    A multigraph is a set of vertices \(V\) with a set of edges that can contain more than one edge between the vertices.

    One important point to keep in mind is that if we identify a graph as being a multigraph, it isn't necessary that there are two or more edges between some of the vertices. It is only just allowed. In other words, every simple graph is a multigraph. This is analogous to how a rectangle is a more general geometric figure than a square, but a square is still considered a rectangle.

    Example \(\PageIndex{2}\): A Multigraph

    A common occurrence of a multigraph is a road map. The cities and towns on the map can be thought of as vertices, while the roads are the edges. It is not uncommon to have more than one road connecting two cities. In order to give clear travel directions, we name or number roads so that there is no ambiguity. We use the same method to describe the edges of the multigraph in Figure \(\PageIndex{2}\). There is no question what \(e3\) is; however, referring to the edge \((2, 3)\) would be ambiguous.

    clipboard_e639156446172d612fc473b1d2f9d10bf.pngFigure \(\PageIndex{2}\): A directed multigraph

    There are cases where the order of the vertices is not significant and so we use a different mathematical model for this situation:

    Definition \(\PageIndex{3}\): Undirected Graph

    An undirected graph consists of a nonempty set \(V\text{,}\) called a vertex set, and a set \(E\) of two-element subsets of \(V\text{,}\) called the edge set. The two-element subsets are drawn as lines connecting the vertices. It is customary to not allow “self loops” in undirected graphs.

    Note \(\PageIndex{2}\): On Empty Graphs

    It may occur to some readers that a graph could be empty, in the sense that it has empty vertex and edge sets. We might refer to this graph as the empty graph. However, there doesn't seem to be a universally agreed upon definition of an empty graph. In some works, a graph with any number of vertices and no edges is called an empty graph. To avoid this dilemma, we have defined both directed and undirected graphs to have nonempty vertex sets. For convenience, we've relaxed this rule in our definition of a Rooted Tree, Definition 10.3.1, and allowed for an empty tree.

    Example \(\PageIndex{3}\): An Undirected Graph

    A network of computers can be described easily using a graph. Figure \(\PageIndex{3}\) describes a network of five computers, \(a\text{,}\) \(b\text{,}\) \(c\text{,}\) \(d\text{,}\) and \(e\text{.}\) An edge between any two vertices indicates that direct two-way communication is possible between the two computers. Note that the edges of this graph are not directed. This is due to the fact that the relation that is being displayed is symmetric (i.e., if \(X\) can communicate with \(Y\text{,}\) then \(Y\) can communicate with \(X\)). Although directed edges could be used here, it would simply clutter the graph.

    clipboard_e9169cfb99fc96ec348e6e45f25680882.pngFigure \(\PageIndex{3}\): Communications Map
    clipboard_e40bda6c3fa2613503566a44145d524c5.pngFigure \(\PageIndex{4}\): Island Road Map

    This undirected graph, in set terms, is \(V = \{a, b, c, d, e\}\) and \(E = \{\{a, b\}, \{a, d\}, \{b, c\}, \{b, d\}, \{c, e\}, \{b, e\}\}\)

    There are several other situations for which this graph can serve as a model. One of them is to interpret the vertices as cities and the edges as roads, an abstraction of a map such as the one in Figure \(\PageIndex{4}\). Another interpretation is as an abstraction of the floor plan of a house. See Exercise \(\PageIndex{11}\). Vertex \(a\) represents the outside of the house; all others represent rooms. Two vertices are connected if there is a door between them.

    Definition \(\PageIndex{4}\): Complete Undirected Graph

    A complete undirected graph on \(n\) vertices is an undirected graph with the property that each pair of distinct vertices are connected to one another. Such a graph is usually denoted by \(K_n\text{.}\)

    Example \(\PageIndex{4}\): A Labeled Graph

    A flowchart is a common example of a simple graph that requires labels for its vertices and some of its edges. Figure \(\PageIndex{5}\) is one such example that illustrates how many problems are solved.

    clipboard_ed2962e6675335af84e6d6cc754696746.pngFigure \(\PageIndex{5}\): A flow chart - an example of a labeled graph

    At the start of the problem-solving process, we are at the vertex labeled “Start” and at the end (if we are lucky enough to have solved the problem) we will be at the vertex labeled “End.” The sequence of vertices that we pass through as we move from “Start” to “End” is called a path. The “Start” vertex is called the initial vertex of the path, while the “End” is called the final, or terminal, vertex. Suppose that the problem is solved after two attempts; then the path that was taken is \(\text{Start}, R, A, Q, L, A, Q, \text{End}\text{.}\) An alternate path description would be to list the edges that were used: \(1, 2, 3, \text{No}, 4, 3, \text{Yes}\text{.}\) This second method of describing a path has the advantage of being applicable for multigraphs. On the graph in Figure \(\PageIndex{2}\), the vertex list \(1,2,3,4,3\) does not clearly describe a path between 1 and 3, but \(e_1,e_4, e_6, e_7\) is unambiguous.

    Note \(\PageIndex{3}\): A Summary of Path Notation and Terminology

    If \(x\) and \(y\) are two vertices of a graph, then a path between \(x\) and \(y\) describes a motion from \(x\) to \(y\) along edges of the graph. Vertex \(x\) is called the initial vertex of the path and \(y\) is called the terminal vertex. A path between \(x\) and \(y\) can always be described by its edge list, the list of edges that were used: \(\left(e_1, e_2, \ldots , e_n\right)\text{,}\) where: (1) the initial vertex of \(e_1\) is \(x\text{;}\) (2) the terminal vertex of \(e_i\) is the initial vertex of \(e_{i+1}\text{,}\) \(i = 1, 2, \ldots , n - 1\text{;}\) and (3) the terminal vertex of \(e_n\) is \(y\text{.}\) The number of edges in the edge list is the path length. A path on a simple graph can also be described by a vertex list. A path of length \(n\) will have a list of \(n + 1\) vertices \(v_0=x\text{,}\) \(v_1\text{,}\) \(v_2,\ldots ,v_n=y\text{,}\) where, for \(k = 0,1,2,\ldots , n-1\text{,}\) \(\left(v_k,v_{k+1}\right)\) is an edge on the graph. A circuit is a path that terminates at its initial vertex.

    Suppose that a path between two vertices has an edge list \((e_1, e_2 , . . . ,e_n)\text{.}\) A subpath of this graph is any portion of the path described by one or more consecutive edges in the edge list. For example, \((3, \textrm{No}, 4)\) is a subpath of \((1,2,3, \textrm{No}, 4, 3, \text{Yes})\text{.}\) Any path is its own subpath; however, we call it an improper subpath of itself. All other nonempty subpaths are called proper subpaths.

    A path or circuit is simple if it contains no proper subpath that is a circuit. This is the same as saying that a path or circuit is simple if it does not visit any vertex more than once except for the common initial and terminal vertex in the circuit. In the problem-solving method described in Figure \(\PageIndex{5}\), the path that you take is simple only if you reach a solution on the first try.

    Subgraphs

    Intuitively, you could probably predict what the term “subgraph” means. A graph contained within a graph, right? But since a graph involves two sets, vertices and edges, does it involve a subset of both of these sets, or just one of them? The answer is it could be either. There are different types of subgraphs. The two that we will define below will meet most of our future needs in discussing the theory of graphs.

    Definition \(\PageIndex{5}\): Subgraph

    Let \(G=(V,E)\) be a graph of any kind: directed, directed multigraph, or undirected. \(G'=(V',E')\) is a subgraph of \(G\) if \(V' \neq \emptyset\text{,}\) \(V' \subseteq V\) and \(e \in E'\) only if \(e \in E\) and the vertices of \(e\) are in \(V'\text{.}\) You create a subgraph of \(G\) by removing zero or more vertices and all edges that include the removed vertices and then you possibly remove some other edges.

    If the only removed edges are those that include the removed vertices, then we say that \(G'\) is an induced subgraph. Finally, \(G'\) is a spanning subgraph of \(G\) if \(V' = V\text{,}\) or, in other words, no vertices are removed from \(G\text{,}\) only edges.

    Example \(\PageIndex{5}\): Some Subgraphs

    Consider the graph, \(G\text{,}\) in the top left of Figure \(\PageIndex{6}\). The other three graphs in that figure are all subgraphs of \(G\text{.}\) The graph in the top right was created by first removing vertex 5 and all edges connecting it. In addition, we have removed the edge \(\{1,4\}\text{.}\) That removed edge disqualifies the graph from being an induced subgraph. The graphs in the bottom left and right are both spanning subgraphs. The one on the bottom right is a tree, and is referred to as a spanning subtree. Spanning subtrees will be a discussed in Chapter 10.

    clipboard_e3e66644b02199d7d24e69e76c4c39fb8.pngFigure \(\PageIndex{6}\): A few subgraphs

    One set of subgraphs of any graph is the connected components of a graph. For simplicity, we will define them for undirected graphs. Given a graph \(G=(V,E)\text{,}\) consider the relation “is connected to” on \(V\text{.}\) We interpret this relation so that each vertex is connected to itself, and any two distinct vertices are related if there is a path along edges of the graph from one to the other. It shouldn't be too difficult to convince yourself that this is an equivalence relation on \(V\text{.}\)

    Definition \(\PageIndex{6}\): Connected Component

    Given a graph \(G=(V,E)\text{,}\) let \(C\) be the relation “is connected to” on \(V\text{.}\) Then the connected components of \(G\) are the induced subgraphs of \(G\) each with a vertex set that is an equivalence class with respect to \(C\text{.}\)

    Example \(\PageIndex{6}\)

    If you ignore the duplicate names of vertices in the four graphs of Figure \(\PageIndex{6}\), and consider the whole figure as one large graph, then there are four connected components in that graph. It's as simple as that! It's harder to describe precisely than to understand the concept.

    From the examples we've seen so far, we can see that although a graph can be defined, in short, as a collection of vertices and edges, an integral part of most graphs is the labeling of the vertices and edges that allows us to interpret the graph as a model for some situation. We continue with a few more examples to illustrate this point.

    Example \(\PageIndex{7}\): A Graph as a Model for a Set of Strings

    Suppose that you would like to mechanically describe the set of strings of 0's and 1's having no consecutive 1's. One way to visualize a string of this kind is with the graph in Figure \(\PageIndex{1}\). Consider any path starting at vertex \(s\text{.}\) If the label on each graph is considered to be the output to a printer, then the output will have no consecutive 1's. For example, the path that is described by the vertex list \((s,a, b, b, a, b, b, a, b)\) would result in an output of \(10010010\text{.}\) Conversely, any string with no consecutive 1's determines a path starting at s.

    Example \(\PageIndex{8}\): A Tournament Graph

    Suppose that four teams compete in a round-robin sporting event; that is, each team meets every other team once, and each game is played until a winner is determined. If the teams are named A, B, C, and D, we can define the relation \(\beta\) on the set of teams by \(X \beta Y\) if \(X\) beat \(Y\text{.}\) For one set of results, the graph of \(\beta\) might look like Figure \(\PageIndex{7}\).

    clipboard_e15459bdb37d2d16f411e8da34d06d74f.pngFigure \(\PageIndex{7}\): Round-robin tournament graph with four vertices

    There are many types of tournaments and they all can be modeled by different types of graphs.

    Definition \(\PageIndex{7}\): Tournament Graph

    1. A tournament graph is a directed graph with the property that no edge connects a vertex to itself, and between any two vertices there is at most one edge.
    2. A complete (or round-robin) tournament graph is a tournament graph with the property that between any two distinct vertices there is exactly one edge.
    3. A single-elimination tournament graph is a tournament graph with the properties that: (i) one vertex (the champion) has no edge terminating at it and at least one edge initiating from it; (ii) every other vertex is the terminal vertex of exactly one edge; and (iii) there is a path from the champion vertex to every other vertex.

    Example \(\PageIndex{9}\): Graph of a Single Elimination Tournament

    The major league baseball championship is decided with a single-elimination tournament, where each “game” is actually a series of games. From 1969 to 1994, the two divisional champions in the American League (East and West) competed in a series of games. The loser is eliminated and the winner competed against the winner of the National League series (which is decided as in the American League). The tournament graph of the 1983 championship is in Figure \(\PageIndex{8}\)

    clipboard_e64195775f923acabf64da726f7dc1146.pngFigure \(\PageIndex{8}\): A single elimination tournament graph

    Graph Isomorphisms

    Next, we establish the relation “is isomorphic to,” a form of equality on graphs. The graphs in Figure \(\PageIndex{9}\) obviously share some similarities, such as the number of vertices and the number of edges. It happens that they are even more similar than just that. If the letters \(a\text{,}\) \(b\text{,}\) \(c\text{,}\) and \(d\) in the left graph are replaced with the numbers 1,3,4, and 2, respectively, and the vertices are moved around so that they have the same position as the graph on the right, you get the graph on the right.

    clipboard_e7698cd5b34cc85de270c6042dc77bfce.pngFigure \(\PageIndex{9}\): Isomorphic Graphs

    Here is a more precise definition that reflects the fact that the actual positioning (or embedding) of vertices isn't an essential part of a graph.

    Definition \(\PageIndex{8}\): Isomorphic Graphs

    Two graphs \((V, E)\) and \((V', E')\) are isomorphic if there exists a bijection \(f:V\to V'\) such that \(\left(v_i,v_j\right)\in E\) if and only if \(\left(f\left(v_i\right),f\left(v_j\right)\right)\in E'\text{.}\) For multigraphs, we add that the number of edges connecting \(v_i\) to \(v_j\) must equal the number of edges from \(f\left(v_i\right)\) to \(f\left(v_j\right)\text{.}\)

    The most significant local characteristic of a vertex within a graph is its degree. Collectively, the degrees can partially characterize a graph.

    Definition \(\PageIndex{9}\): Degree of a Vertex

    1. Let \(v\) be a vertex of an undirected graph. The degree of \(v\text{,}\) denoted \(deg(v)\text{,}\) is the number of edges that connect \(v\) to the other vertices in the graph.
    2. If \(v\) is a vertex of a directed graph, then the outdegree of \(v\text{,}\) denoted \(outdeg(v)\text{,}\) is the number of edges of the graph that initiate at \(v\text{.}\) The indegree of \(v\text{,}\) denoted \(indeg(v)\text{,}\) is the number of edges that terminate at \(v\text{.}\)

    Definition \(\PageIndex{10}\): Degree Sequence of a Graph

    The degree sequence of an undirected graph is the non-increasing sequence of its vertex degrees.

    Example \(\PageIndex{10}\): Some Degrees

    clipboard_e432b6310dcf1d9dfc6bc40f98874aa99.pngFigure \(\PageIndex{10}\): An undirected graph
    1. The degrees of vertices 1 through 5 in Figure \(\PageIndex{10}\) are 2, 3, 4, 1, and 2, respectively. The degree sequence of the graph is \((4,3,2,2,1)\text{.}\)
    2. In a tournament graph, \(outdeg(v)\) is the number of wins for \(v\) and \(indeg(v)\) is the number of losses. In a complete (round-robin) tournament graph with \(n\) vertices, \(outdeg(v)+ indeg(v) = n - 1\) for each vertex.

    Definition \(\PageIndex{11}\): Graphic Sequence

    A finite nonincreasing sequence of integers \(d_1,d_2, \ldots , d_n\) is graphic if there exists an undirected graph with \(n\) vertices having the sequence as its degree sequence.

    For example, \(4,2,1,1,1,1\) is graphic because the degrees of the graph in Figure \(\PageIndex{11}\) match these numbers. There is no connection between the vertex number and its degree in this graph.

    clipboard_e341ab7ed48c05837d42b8058c38f05d3.pngFigure \(\PageIndex{11}\): A graph that shows that \(4,\: 2,\: 1,\: 1,\: 1,\: 1\) is a graphic sequence.

    See [26] for more details on what are also referred to as graphical degree sequences, including an algorithm for determining whether or not a sequence is graphic.

    Steps

    List \(\PageIndex{1}\): A Prospectus for the Rest of the Chapter

    The question “Once you have a graph, what do you do with it?” might come to mind. The following list of common questions and comments about graphs is a partial list that will give you an overview of the remainder of the chapter.

    1. How can a graph be represented as a data structure for use on a computer? We will discuss some common data structures that are used to represent graphs in Section 9.2.
    2. Given two vertices in a graph, does there exist a path between them? The existence of a path between any or all pairs of vertices in a graph will be discussed in Section 9.3. A related question is: How many paths of a certain type or length are there between two vertices?
    3. Is there a path (or circuit) that passes through every vertex (or uses every edge) exactly once? Paths of this kind are called traversals. We will discuss traversals in Section 9.4.
    4. Suppose that a cost is associated with the use of each vertex and/or edge in a path. What is the “cheapest” path, circuit, or traversal of a given kind? Problems of this kind will be discussed in Section 9.5.
    5. Given the specifications of a graph, or the graph itself, what is the best way to draw the graph? The desire for neatness alone makes this a reasonable question, but there are other motivations. Another goal might be to avoid having edges of the graph cross one another. This is discussed in Section 9.6.

    Exercises

    Exercise \(\PageIndex{1}\)

    What is the significance of the fact that there is a path connecting vertex \(b\) with every other vertex in Figure \(\PageIndex{3}\), as it applies to various situations that it models?

    Answer

    In Figure \(\PageIndex{3}\), computer \(b\) can communicate with all other computers. In Figure \(\PageIndex{4}\), there are direct roads to and from city \(b\) to all other cities.

    Exercise \(\PageIndex{2}\)

    Draw a graph similar to Figure \(\PageIndex{1}\) that represents the set of strings of 0's and 1's containing no more than two consecutive 1's in any part of the string.

    Exercise \(\PageIndex{3}\)

    Draw a directed graph that models the set of strings of 0's and 1's (zero or more of each) where all of the 1's must appear consecutively.

    Answer
    clipboard_e9f23b4e75778bbd32d377559a42e7921.pngFigure \(\PageIndex{12}\): Solution to Exercise \(\PageIndex{3}\) of Section 9.1

    Exercise \(\PageIndex{4}\)

    In the NCAA final-four basketball tournament, the East champion plays the West champion, and the champions from the Mideast and Midwest play. The winners of the two games play for the national championship. Draw the eight different single-elimination tournament graphs that could occur.

    Exercise \(\PageIndex{5}\)

    What is the maximum number of edges in an undirected graph with eight vertices?

    Answer

    The maximum number of edges would be \(\binom{8}{2} = \frac{(7)(8)}{2}=28\text{.}\)

    Exercise \(\PageIndex{6}\)

    Which of the graphs in Figure \(\PageIndex{13}\) are isomorphic? What is the correspondence between their vertices?

    clipboard_e783f83042053c07abae0b4b93d37cd14.pngFigure \(\PageIndex{13}\): Which graphs are isomorphic to one another?

    Exercise \(\PageIndex{7}\)

    1. How many edges does a complete tournament graph with \(n\) vertices have?
    2. How many edges does a single-elimination tournament graph with \(n\) vertices have?
    Answer
    1. \(\displaystyle \binom{n}{2}=\frac{(n-1)n}{2}\)
    2. \(n-1\text{,}\) each vertex except the champion vertex has an indegree of 1 and the champion vertex has an indegree of zero.

    Exercise \(\PageIndex{8}\)

    Draw complete undirected graphs with 1, 2, 3, 4, and 5 vertices. How many edges does a \(K_n\text{,}\) a complete undirected graph with \(n\) vertices, have?

    Exercise \(\PageIndex{9}\)

    Determine whether the following sequences are graphic. Explain your logic.

    1. \(\displaystyle (6, 5, 4, 3, 2, 1, 0)\)
    2. \(\displaystyle (2,2,2,2,2,2)\)
    3. \(\displaystyle (3,2,2,2,2,2)\)
    4. \(\displaystyle (5,3,3,3,3,3)\)
    5. \(\displaystyle (1,1,1,1,1,1)\)
    6. \(\displaystyle (5,5,4,3,2,1)\)
    Answer
    1. Not graphic - if the degree of a graph with seven vertices is 6, it is connected to all other vertices and so there cannot be a vertex with degree zero.
    2. Graphic. One graph with this degree sequence is a cycle of length 6.
    3. Not Graphic. The number of vertices with odd degree is odd, which is impossible.
    4. Graphic. A "wheel graph" with one vertex connected to all other and the others connected to one another in a cycle has this degree sequence.
    5. Graphic. Pairs of vertices connected only to one another.
    6. Not Graphic. With two vertices having maximal degree, 5, every vertex would need to have a degree of 2 or more, so the 1 in this sequence makes it non-graphic.

    Exercise \(\PageIndex{10}\)

    1. Based on observations you might have made in Exercise \(\PageIndex{9}\), describe as many characteristics as you can about graphic sequences of length \(n\text{.}\)
    2. Consider the two graphs in Figure \(\PageIndex{14}\). Notice that they have the same degree sequences, \((2,2,2,2,2,2)\text{.}\) Explain why the two graphs are not isomorphic.
    clipboard_ed1d6c040204fc91d9f1fe5288e4754f0.pngFigure \(\PageIndex{14}\): Two graphs with the same degree sequences

    Exercise \(\PageIndex{11}\)

    Draw a plan for the rooms of a house so that Figure \(\PageIndex{3}\) models connectedness of the rooms. That is, \((a,b)\) is an edge if and only if a door connects rooms \(a\) and \(b\text{.}\)

    Exercise \(\PageIndex{12}\)

    How many subgraphs are there of a \(K_n\text{,}\) \(n \geq 1\text{.}\) How many of them are spanning graphs?


    This page titled 9.1: Graphs - General Introduction is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Al Doerr & Ken Levasseur via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.