Number and Algebra
Functions
Geometry and Trigonometry
Statistics and Probability
Calculus
From the adjacency table below for an undirected graph, compute the degree of each vertex:
Given the undirected unweighted graph with vertex set V=A,B,C,D,EV=\\{A,B,C,D,E\\}V=A,B,C,D,E and edge set E=AB,AC,BD,CE,DEE=\\{AB,AC,BD,CE,DE\\}E=AB,AC,BD,CE,DE, construct its adjacency table.
Using the adjacency table below for an undirected graph, determine if the graph is connected:
The undirected weighted graph has vertices 1,2,3,41,2,3,41,2,3,4 and weighted edges: 1–2(5)1–2(5)1–2(5), 1–3(2)1–3(2)1–3(2), 2–4(7)2–4(7)2–4(7), 3–4(4)3–4(4)3–4(4). Create its adjacency table.
The adjacency table of an undirected graph is:
How many connected components does this graph have?
Given the adjacency table below for an undirected graph, list all edges and sketch the graph:
Given the unweighted adjacency table for an undirected graph:
Decide if the graph has an Eulerian circuit.
Construct the adjacency table for the directed weighted graph with vertices A,B,CA,B,CA,B,C and arc weights: A→B(3)A\to B(3)A→B(3), A→C(6)A\to C(6)A→C(6), B→C(1)B\to C(1)B→C(1), C→A(4)C\to A(4)C→A(4).
The weighted adjacency table of an undirected graph is:
Reconstruct the graph and label each edge with its weight.
Convert the undirected adjacency list below into its adjacency matrix ordering vertices as A,B,C,DA,B,C,DA,B,C,D:
For the directed graph given by the adjacency table:
Compute the in-degree and out-degree of each vertex.
The adjacency table below defines an undirected graph. Determine whether it is bipartite.
Previous
Question Type 1: Constructing adjacency matrices for a given simple or directed graph
Next
Question Type 3: Using adjacency tables to reconstruct graphs or check graph properties