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

undirected graph

GATE CSE & IT · Graph Theory · 2000-2018

9
PYQs
100%
keyed
0
elite explanations
7
years appeared

Study anchor

Rosen — Discrete Mathematics and Its Applications

Discrete structures, counting, relations, graph theory

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2018 PYQ

Let $$G$$ be a simple undirected graph. Let $${T_D}$$ be a depth first search tree of $$G.$$ Let $${T_B}$$ be a breadth first search tree of $$G.$$ Consider the following statement...

mediumanswer key
2017 Q23

$G$ is an undirected graph with $n$ vertices and 25 edges such that each vertex of $G$ has degree at least 3. Then the maximum possible value of $n$ is _________.

mediumanswer key
2013 PYQ

Which of the following statements is/are TRUE for undirected graphs? P: Number of odd degree vertices is even. Q: Sum of degrees of all vertices is even.

easyanswer key
2008 PYQ

The most efficient algorithm for finding the number of connected components in an undirected graph on n vertices and m edges has time complexity

easyanswer key
2006 PYQ

Let T be a depth first search tree in an undirected graph G. Vertices u and v are leaves of this tree T. The degrees of both u and v in G are at least 2. which one of the following...

mediumanswer key
2006 PYQ

If all the edge weights of an undirected graph are positive, then any subject of edges that connects all the vertices and has minimum total weight is a

easyanswer key
2006 PYQ

Let T be a depth-first search tree in an undirected graph G. Vertices u and v are leaves of this tree T. The degrees of both u and v in G are at least 2. Which one of the following...

hardanswer key
2002 PYQ

Maximum number of edges in a n - node undirected graph without self loops is

easyanswer key
2000 PYQ

Let G be an undirected graph. Consider a depth-first traversal of G, and let T be the resulting depth-first search tree. Let u be a vertex in G and let v be the first new (unvisite...

mediumanswer key