Graph Theory definitions Flashcards
Define the degree of a vertex
This refers to the number of edges which are attached to a vertex, with a loop counting as two.
Define Isomorphic Graphs
These are “equivalent,” graphs, meaning they have the same number of edges, with all edges connecting the same vertices.
Define a connected graph
A connected graph is one where every vertex is connected to all other vertices, either directly or indirectly.
Define a planar graph
A kind of graph where no edges cross over each other
Define the face of a Planar graph
The face of a planar graph refers to the region bounded by edges in the graph, including the outer region.
Define a complete graph
A complete graph is where every vertex is connected to every other vertex by an edge
Define a simple graph
A graph where there is no loops or multiple edges
Define a bridge
A bridge is a single edge in a connected graph that would cause the graph to be disconnected if that edge were removed.
When can Euler’s formula be applied.
:If the graph is connected
:If the graph is a planar graph
Define a walk.
A walk will commence at one vertex and follow any path to end at another vertex.
Define a trail.
A trail is a walk with no repeated edges, although a vertex can be repeated.
Define a path
A path is a walk with no repeated edges or vertices.
Define a circuit
A circuit is a trail that begins and finishes at the same vertex.
Define a cycle
This is a path the begins and finishes at the same vertex.
Define a Euler trail
A trail which contains exactly two vertices that have an odd degree, with the walk starting from one of the odd degree vertices and finishing at the other.