Podcast
Questions and Answers
What does a graph G(V, E) represent?
What does a graph G(V, E) represent?
- Set of edges and set of edges
- Set of edges and set of vertices
- Set of vertices and set of vertices
- Set of vertices and set of edges (correct)
In an undirected graph, what is true about the edges?
In an undirected graph, what is true about the edges?
- Edges do not have any direction associated with them (correct)
- Edges form an ordered pair
- Edges have both directions associated with them
- Edges can only be traversed in one direction
What is the difference between a directed and an undirected graph?
What is the difference between a directed and an undirected graph?
- In a directed graph, edges do not have any direction associated with them
- In a directed graph, edges form an ordered pair (correct)
- In an undirected graph, edges form an ordered pair
- In an undirected graph, edges have both directions associated with them
What is the total number of edges in the graph G(V, E) with 5 vertices and six edges?
What is the total number of edges in the graph G(V, E) with 5 vertices and six edges?
What does a directed edge from A to B indicate?
What does a directed edge from A to B indicate?
What is a graph in terms of vertices and edges?
What is a graph in terms of vertices and edges?
What does a directed graph imply?
What does a directed graph imply?
What is the difference between a directed and an undirected graph?
What is the difference between a directed and an undirected graph?
What does G(V, E) represent in a graph?
What does G(V, E) represent in a graph?
In a graph, what do the vertices and edges represent?
In a graph, what do the vertices and edges represent?