Graph Theory Flashcards
(47 cards)
Define an edge
Associates one vertex to itself or another.
What is a loop?
An edge with only one endpoint/vertex
Connecting a vertex with itself
Define parallel edges.
Two edges that have the same vertex/endpoint
When are two vertices adjacent?
When they are connected by an edge
What is a directed graph
A graph in which each edge has a direction (like an arrow pointing from one vertex to another)
Given a graph G and vertex, v of G
what does deg(v) denote?
The the degree of v. Meaning the number of edges that are incident on v. Loops are counted twice
What is the total degree of a graph?
The sum of the degrees of all the verticies of the graph
Given a graph where n=number of edges, d=total degree
What relation does n and d have?
d=2n. Basically, the total degree is just double the number of edges
True or false?
The total degree of graph is even
True. The total degree equals 2 times the number of edges where the number of edges is an integer.
Given a graph with an even number of vertices, what degree does each vertex have (odd or even)
Odd. In a graph with an even number of verticies, each vertex will have an odd degree
No. Because it has been proved that a graph with even number of verticies, each vertex must have an odd degree. In the question, there are some with even degrees
What is a simple graph?
A graph with no parallel edges nor loops. In other words, a graph where no two edges share the same set of end-points
What is a complete graph?
A type of simple graph where each vertex is connected by exactly one edge
What is a complete bipartite graph?
A graph where the vertices can be partitioned into two subsets (split into two subsets) where each vertex in one subset is connected to a vertex in the other subset by an edge