180 likes | 199 Views
Section 14.1 Graphs, Paths, and Circuits. What You Will Learn. Graphs Paths Circuits Bridges. Loop. A. B. Not a vertex. Edge. D. C. Vertex. Definitions.
E N D
What You Will Learn • Graphs • Paths • Circuits • Bridges
Loop A B Not a vertex Edge D C Vertex Definitions • A graph is a finite set of points called vertices (singular form is vertex) connected by line segments (not necessarily straight) called edges. • A loop is an edgethat connects avertex to itself.
Example 1: Representing the Königsberg Bridge Problem • Using the definitions of vertex and edge, represent the Königsberg bridge problem with a graph. Königsberg was situated on both banks and two islands of the Prigel River. From the figure, we see that the sections of town were connected with a series of seven bridges.
Example 1: Representing the Königsberg Bridge Problem • The townspeople wondered if one could walk through town and cross all seven bridges without crossing any of the bridges twice.
Example 1: Representing the Königsberg Bridge Problem • Solution • Label each piece of land with a letter and draw edges to represent the bridges.
Example 3: Representing a Floor Plan • The figure shows the floor plan of the kindergarten building at the Pullen Academy. Use a graph to represent the floor plan.
Example 3: Representing a Floor Plan • Solution
Definitions • The degree of a vertex is the number of edges that connect to that vertex. • A vertex with an even number of edges connected to it is an even vertex, and a vertex with an odd number of edges connected to it is an odd vertex.
Definitions • In the figure, vertices A and D are even and vertices B and C are odd.
Paths • A path is a sequence of adjacent vertices and edges connecting them. • C, D, A, B is an example of a path.
Paths • A path does not need to include every edge and every vertex of a graph. In addition, a path could include the same vertices and the same edges several times. For example, on the next slide, we see a graph with four vertices. • The path A, B, C, D, A, B, C, D, A, B, C, D, A, B, C starts at vertex A, “circles” the graph three times, and then goes through vertex B to vertex C.
Circuit • A circuit is a path that begins and ends at the same vertex. • Path A, C, B, D, A forms a circuit.
Connected Graph • A graph is connected if, for any two vertices in the graph, there is a path that connects them.
Disconnected Graph • If a graph is not connected, it is disconnected.
Bridge • A bridge is an edge that if removed from a connected graph would create a disconnected graph.