Let G be an arbitrary graph with n nodes and k components. If a vertex is removed from G, the number of components in the resultant graph must necessarily lie between.
GATE CSE · Engineering Mathematics
Generate GATE-level questions covering graph terminology (vertices, edges, degree), types of graphs (complete, bipartite, regular, planar), graph traversals (BFS, DFS), spanning trees (MST via Kruskal/Prim), shortest paths (Dijkstra, Bellman-Ford), Eulerian/Hamiltonian paths, graph coloring, and matching.
115 questions · 15 PYQs · 0 AI practice · GATE CSE 2027
Let G be an arbitrary graph with n nodes and k components. If a vertex is removed from G, the number of components in the resultant graph must necessarily lie between.
A graph G = (V, E) satisfies |E| 3|V|-6. The min-degree of G is defined as . Therefore, min-degree of G cannot be
How many perfect matching are there in a complete graph of 6 vertices?
Consider the following graph Among the following sequences (I) a b e g h f (II) a b f e h g (III) a b f h g e (IV) a f g h b e Which are depth first traversals of the above graph?

The minimum number of colours required to colour the vertices of a cycle with n nodes in such a way that no two adjacent nodes have same colour is.
Maximum number of edges in a n-node undirected graph without self loops is
Consider the undirected unweighted graph G. Let a breadth-first traversal of G be done starting from a node r . Let d(r,u) and d(r,v) be the lengths of the shortest paths form r to u and v respectively in G. If u is visited before v during the breadth-first traversal, which of the following statements is correct ?
How many undirected graphs (not necessarily connected) can be constructed out of a given set V={ } of n vertices ?
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 (unvisited) vertex visited after visiting u in the traversal. Which of the following statement is always true?
The most appropriate matching for the following pairs is:
The number of articulation points of the following graph is

Let G be the graph with 100 vertices numbered 1 to 100. Two vertices i and j are adjacent if or . The number of connected components in G is
The minimum number of edges in a connected cyclic graph on n vertices is:
Consider a simple connected graph G with n vertices and n edges (n > 2). Then, which of the following statements are true?
Choose the correct alternatives (More than one may be correct). A graph is planar if and only if,
Want unlimited AI-generated Graph Theory questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →