Number and Algebra
Functions
Geometry and Trigonometry
Statistics and Probability
Calculus
Find the degree sequence of the graph whose adjacency matrix on vertices 111–666 is:
Given the adjacency matrix of a simple undirected graph on vertices 1,2,3,41,2,3,41,2,3,4 as follows:
List all edges of the graph.
The adjacency list of a graph GGG is:
A: B, D B: A, C, D C: B, D D: A, B, C
Determine whether GGG is connected.
For the graph with adjacency matrix
determine the number of connected components.
Construct the adjacency matrix of the directed graph with vertex set {1,2,3,4}\{1,2,3,4\}{1,2,3,4} and directed edges:
Determine whether the graph with adjacency matrix on vertices 111 through 555 below is a tree:
Determine if the graph represented by
is regular, and if so state its degree.
Test if the graph given by the adjacency matrix below is bipartite:
Check whether the graph given by the adjacency matrix below has an Eulerian circuit:
Using the adjacency matrix below, find a shortest path from vertex 111 to vertex 555 in the unweighted graph.
Decide whether the graph with adjacency matrix below has a Hamiltonian path.
Given the weighted adjacency matrix of a connected undirected graph on vertices 111–555:
find a minimum spanning tree using Kruskal’s algorithm.
Previous
Question Type 2: Creating adjacency tables for weighted and unweighted graphs
Next
Question Type 4: Finding lengths of paths between vertices using adjacency matrices