- IB
- Question Type 2: Creating adjacency tables for weighted and unweighted graphs
An undirected weighted graph has vertices and the following weighted edges:
Create the adjacency table for this graph.
[3]Reconstruction of an undirected weighted graph from its adjacency table.
The weighted adjacency table of an undirected graph is:
Reconstruct the graph and label each edge with its weight.
[4]The adjacency table of an undirected graph is:
Determine the number of connected components in this graph.
[2]Using the adjacency list below for an undirected graph, determine if the graph is connected:
[3]Given the undirected unweighted graph with vertex set and edge set , construct its adjacency table.
[3]This question assesses the ability to determine if a graph is bipartite using a 2-colouring or partitioning algorithm.
The adjacency table below defines an undirected graph. Determine whether the graph is bipartite.
[5]Given the adjacency list for an undirected graph:
Decide if the graph has an Eulerian circuit. Justify your answer.
[3]Consider a directed graph defined by the following adjacency table:
Determine the in-degree and out-degree of each vertex.
[4]This question assesses the ability to represent a directed weighted graph using an adjacency table (list).
Construct the adjacency table for the directed weighted graph with vertices , , and arc weights: , , , and .
[3]Given the adjacency table below for an undirected graph, list all edges and sketch the graph:
[4]Convert the undirected adjacency list below into its adjacency matrix, ordering vertices as :
[2]From the adjacency table below for an undirected graph, compute the degree of each vertex:
[3]