Podcast
Questions and Answers
What is a set of vertices and a set of undirected edges each of which is associated with a set of one or two of these vertices?
What is a set of vertices and a set of undirected edges each of which is associated with a set of one or two of these vertices?
What is the degree of a vertex v in an undirected graph?
What is the degree of a vertex v in an undirected graph?
What is a graph with directed edges that may contain multiple directed edges?
What is a graph with directed edges that may contain multiple directed edges?
What is an edge connecting a vertex with itself?
What is an edge connecting a vertex with itself?
Signup and view all the answers
What is an undirected graph with no multiple edges or loops?
What is an undirected graph with no multiple edges or loops?
Signup and view all the answers
What is the underlying undirected graph of a graph with directed edges?
What is the underlying undirected graph of a graph with directed edges?
Signup and view all the answers
What is the out-degree of the vertex v in a graph with directed edges?
What is the out-degree of the vertex v in a graph with directed edges?
Signup and view all the answers
What is a graph with vertex set that can be partitioned into subsets V1 and V2 so that each edge connects a vertex in V1 and a vertex in V2?
What is a graph with vertex set that can be partitioned into subsets V1 and V2 so that each edge connects a vertex in V1 and a vertex in V2?
Signup and view all the answers
What is a graph with vertex set that has an edge between each pair of vertices?
What is a graph with vertex set that has an edge between each pair of vertices?
Signup and view all the answers
What is a characteristic of a simple graph?
What is a characteristic of a simple graph?
Signup and view all the answers
What is the term for two vertices connected by an edge?
What is the term for two vertices connected by an edge?
Signup and view all the answers
What type of graph has an edge between each pair of vertices?
What type of graph has an edge between each pair of vertices?
Signup and view all the answers
What is the in-degree of a vertex v in a graph with directed edges?
What is the in-degree of a vertex v in a graph with directed edges?
Signup and view all the answers
What is a characteristic of a multigraph?
What is a characteristic of a multigraph?
Signup and view all the answers
What is a characteristic of a directed edge?
What is a characteristic of a directed edge?
Signup and view all the answers
What is the term for an edge associated with a set {u, v}?
What is the term for an edge associated with a set {u, v}?
Signup and view all the answers
What type of graph may contain multiple edges and loops?
What type of graph may contain multiple edges and loops?
Signup and view all the answers
What is the out-degree of a vertex v in a graph with directed edges?
What is the out-degree of a vertex v in a graph with directed edges?
Signup and view all the answers