Podcast
Questions and Answers
What is the degree of a node in a graph?
What is the degree of a node in a graph?
- The number of edges incident on a node (correct)
- The number of nodes in the graph
- The number of nodes adjacent to a node
- The number of edges in the graph
What is the in-degree of a node in a digraph if there are 3 edges entering the node?
What is the in-degree of a node in a digraph if there are 3 edges entering the node?
- 2
- 3 (correct)
- 1
- 4
What is the degree of node 2 in the graph given?
What is the degree of node 2 in the graph given?
- 2
- 3 (correct)
- 4
- 5
What is a weighted graph?
What is a weighted graph?
What is a characteristic of a dense graph?
What is a characteristic of a dense graph?
What is a characteristic of an undirected graph?
What is a characteristic of an undirected graph?
What is the out-degree of node 3 in the digraph given?
What is the out-degree of node 3 in the digraph given?
What is the degree of node 1 in the graph given?
What is the degree of node 1 in the graph given?
What is a characteristic of a sparse graph?
What is a characteristic of a sparse graph?
What is a characteristic of a directed graph?
What is a characteristic of a directed graph?