Chapter 5 Flashcards
(32 cards)
What is traversibility and how to figure
Ability to draw without taking the pen off the paper and without going over the same edge twice.
To determine reversibility
all vertices have even edges connecting to them and
if there are two vertices with two odd edges connecting to them
What is a loop?
Any graph or network with an edge that starts and ends at the same vertex said to have contained a loop
What is multiple edges?
If two or more edges connect the same to the same two vertices
What is a weighted graph or a weighted network?
Each edge is worth a particular weight be at a distance cost time and etc
What is an adjacent vertices?
If two vertices are connected by the same edge
What is a directed graph or digraphs?
Graph set up directed edges or arcs
What is undirected graphs?
Graphs with no directed edges
What is a simple graph?
A simple graph is an undirected unweighted graph with no loop and no multiple edges
What is a walk?
Each vertex and sequence is joined to the next vertex in sequence by an edge
What is a closed walk or cycle?
That starts and finishes at the same vertex
What is an open walk?
Any walk that does not end at starting vertex
What is a path?
A walk that does not include to repeat it uses of edges and vertices
What is a length?
The number of edges used
What is a trail?
Walk with no repeated edges
What is it connected graph or connected network?
An undirected graph or network where every vertex is connected to every other vertex
What is a complete graph?
Simple graph in which every vertex is connected to every other vertex by a single edge in each case
What is KN?
Complete graph with n number of vertices
What is a bridge?
A bridge is a connected graph where the removal of an edge leaves the graph to be disconnected
What is a planar graph?
A graph that can be drawn in plane without its edge crossing over
What is Euler’s rule?
V +F =e+2
What is a bipartite graph?
A bot graph has two sides and vertices have been separated in 2 set.
No two vertices on the left or the right is adjacent to each other
What is degree or order of vertex?
Number of edges meeting at the vertex
What is an in degree vertex?
Number of edges coming in the vertex