1 Qs · 2025 · 2 marks · 0.1 marks/paperStandard yield
GATE tests the fundamental invariant properties of Minimum Spanning Trees (MSTs) and Shortest Paths (SPs) under edge-weight modifications. Questions assess whether structural prope… Guide
Topic guide
GATE tests the fundamental invariant properties of Minimum Spanning Trees (MSTs) and Shortest Paths (SPs) under edge-weight modifications. Questions assess whether structural properties—such as the fixed number of edges in any spanning tree () versus variable edge counts in different path alternatives—preserve or alter optimal subgraphs when weights undergo transformations like additive shifts or scaling.
Weight Transformation Invariance on MST and Shortest Paths
rare · MCQ · 2 marks · 2025
Evaluating whether optimal structures (MST, SP) remain optimal after applying uniform arithmetic operations (e.g., adding a positive constant, multiplying by a positive constant, squaring) to all edge weights.
Updated Weight of a Spanning Tree under Additive Shift
Used to demonstrate that all spanning trees shift by the exact same constant , strictly preserving relative weight rankings and MST optimality.
Updated Weight of a Path under Additive Shift
Used to determine path length changes when different candidate paths have unequal hop counts .
Direct conceptual MCQs focusing on structural proof-based invariants of graph algorithms without requiring extensive numerical computation.
2025
Easy questions test direct theoretical properties (e.g., additive constant preservation). Medium items introduce non-linear transformations () or ask for counterexample graphs. Hard items combine transformations with algorithmic behaviors (e.g., Dijkstra's greedy choice failure with negative additions or tie-breaking behaviors).