GATE CS 2021 Set 1 — Question 46
Go beyond PYQs with Success TrackerAI-powered personalised practice and doubt support. Unlimited practice on eligible plans; AI usage limits apply.MCQ+2 / -0.67MediumGraph Terminology (Degree, Paths, Cycles)Graph Theory (Math)Engineering MathematicsAdjacency Matrix & ListGraphs (Data Structure)Programming & Data Structures
Engineering Mathematics → Graphs (Data Structure) → Adjacency Matrix & List
Last updated
Question
Let be an undirected unweighted connected graph. The diameter of is defined as:Let be the adjacency matrix of .
Define graph on the same set of vertices with adjacency matrix , whereWhich one of the following statements is true?
Define graph on the same set of vertices with adjacency matrix , whereWhich one of the following statements is true?
Correct answer
(A) diam(G₂) ≤ diam(G)/2
Solution
To find the relationship between the diameter of the original graph and the modified graph , we analyze the definition of the adjacency matrix of .
We can write this path as a sequence of vertices:where for all .We can construct a shorter path in by skipping every alternate vertex:
1. Understanding the Construction of
Let denote the shortest path distance between vertices and in , and denote the shortest path distance in .The adjacency matrix of is defined as:N_{ij} = 1 \iff M_{ij} > 0 \quad \text{or} \quad (M^2)_{ij} > 0 \quad (\text{for } i $\neq$ j)- means there is a path of length between and in .
- means there is a path of length between and in .
2. Relationship Between Distances in and
Let and be any two vertices in . Suppose the shortest path between and in has length .We can write this path as a sequence of vertices:where for all .We can construct a shorter path in by skipping every alternate vertex:
- Since , there is an edge between and in .
- Since , there is an edge between and in .
- In general, for any even step, .
3. Relating the Diameters
The diameter of a graph is the maximum of the shortest path distances between any pair of vertices. Let be the pair of vertices in that realizes the diameter of :$\text{diam}(G_2) = d_{G_2}(u^*, v^*)$Using the inequality derived above:$\text{diam}(G_2) = d_{G_2}(u^*, v^*) \le \lceil d_G(u^*, v^*) / 2 \rceil$Since is at most the diameter of (), we have:$\text{diam}(G_2) \le \lceil \text{diam}(G) / 2 \rceil$This inequality holds strictly or with equality for all connected undirected graphs. Therefore, Option A is the correct statement.Continue learning with Success Tracker
A step still unclear? Work through it with support
Use Success Tracker to ask about the reasoning, then try another GATE CS question to check your understanding.
AI-powered practice· Unlimited practice on eligible plans
- PYQs with solutions
- Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
- Practice that adapts
- Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
- AI doubt support
- Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.
Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.
This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.
More questions on Graphs (Data Structure)
2026 Set 2 Q3A day can only be cloudy or sunny. The probability of a day being cloudy is , independent of…2026 Set 2 Q5‘When it is raining, peacocks dance.’ Based only on this sentence, which one of the following…2026 Set 2 Q8Figures (i) and (ii) represent intercity highway systems. The black dots represent cities and the…2026 Set 1 Q10An unbiased six-faced dice whose faces are marked with numbers 1, 2, 3, 4, 5, and 6 is rolled twice…2026 Set 2 Q10An unbiased six-faced dice whose faces are marked with numbers 1, 2, 3, 4, 5, and 6 is rolled twice…