- IB
- Question Type 3: Using adjacency tables to reconstruct graphs or check graph properties
Find the degree sequence of the graph whose adjacency matrix on vertices – is:
[3 marks]
[3]The question requires determining if a graph is regular and finding its degree using a given adjacency matrix for a multigraph.
Determine if the graph represented by
is regular, and if so state its degree.
[3]Decide whether the graph with adjacency matrix below has a Hamiltonian path.
[4]Construct the adjacency matrix of the directed graph with vertex set and directed edges: , , , , and .
[3]Given the adjacency matrix of a simple undirected graph on vertices as follows:
List all edges of the graph.
[2]Testing for bipartiteness in a graph using an adjacency matrix representation and vertex coloring.
Determine whether the graph represented by the adjacency matrix below is bipartite. Justify your answer.
[4]Graph theory: properties of trees and adjacency matrices.
Determine whether the graph with the following adjacency matrix on vertices through is a tree:
[3]The adjacency list of a graph is:
Determine whether is connected.
[3]The question requires finding the Minimum Spanning Tree (MST) from a weighted adjacency matrix using Kruskal's algorithm, involving edge sorting and cycle detection.
Given the weighted adjacency matrix of a connected undirected graph with vertices :
Find a minimum spanning tree using Kruskal’s algorithm. Show your working by listing the edges in the order they are selected and state the total weight of the tree.
[5]For the graph with adjacency matrix
determine the number of connected components.
[3]Using the adjacency matrix below, find a shortest path from vertex to vertex in the unweighted graph.
[4]Check whether the graph given by the adjacency matrix below has an Eulerian circuit:
[4]