Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

Spanning Tree

GATE CSE & IT · Discrete Mathematics - Graph Theory - Minimum Spanning Tree · 2007-2024

8
PYQs
75%
keyed
2
elite explanations
5
years appeared

Study anchor

Source-book anchor pending for this concept.

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2024 Q45

Let G be a directed graph and T a depth first search (DFS) spanning tree in G that is rooted at a vertex v. Suppose T is also a breadth first search (BFS) tree in G, rooted at v. W...

hardanswer key
2024 Q51

Let G be an undirected connected graph in which every edge has a positive integer weight. Suppose that every spanning tree in G has even weight. Which of the following statements i...

mediumanswer keyelite explanation
2024 Q59

The number of distinct minimum-weight spanning trees of the following graph is _________

mediumanswer key
2024 PYQ

Let G be a directed graph and T a depth first search (DFS) spanning tree in G that is rooted at a vertex v. Suppose T is also a breadth first search (BFS) tree in G, rooted at v. W...

mediumanswer keyelite explanation
2022 PYQ

Let G(V, E) be a directed graph, where V = {1, 2, 3, 4, 5} is the set of vertices and E is the set of directed edges, as defined by the following adjacency matrix A. $$A[i][j] = \l...

mediumbasic explanation
2015 PYQ

Let $$G$$ be a connected undirected graph of $$100$$ vertices and $$300$$ edges. The weight of a minimum spanning tree of $$G$$ is $$500.$$ When the weight of each edge of $$G$$ is...

easy
2008 PYQ

$$G$$ is a graph on $$n$$ vertices and $$2n-2$$ edges. The edges of $$G$$ can be partitioned into two edge-disjoint spanning trees. Which of the following in NOT true for $$G$$?

hardanswer key
2007 PYQ

What is the largest integer m such that every simple connected graph with n vertices and n edges contains at least m different spanning trees?

mediumanswer key