A simple graph ( a graph without parallel edge or loops) with n vertices and k components can have at most
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 · 20 PYQs · 0 AI practice · GATE CSE 2027
A simple graph ( a graph without parallel edge or loops) with n vertices and k components can have at most
Which one of the following is TRUE for any simple connected undirected graph with more than 2 vertices?
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 down between
If G is a graph with e edges and n vertices the sum of the degrees of all vertices in G is
What is the chromatic number of an n-vertex simple connected graph which does not contain any odd length cycle? Assume n 2.
A graph in which all nodes are of equal degree, is known as
In a graph G there is one and only one path between every pair of vertices then G is a
The most efficient algorithm for finding the number of connected components in an undirected graph on n vertices and m edges has time complexity
Consider the graph shown in the figure below: Which of the following is a valid strong component?

The Breadth First Search algorithm has been implemented using the queue data structure. One possible order of visiting the nodes of the following graph is

The number of distinct simple graphs with up to three nodes is
What is the chromatic number of the following graph?

G is a simple undirected graph. Some vertices of G are of odd degree. Add a node v to G and make it adjacent to each odd degree vertex of G. The resultant graph is sure to be
What is the size of the smallest MIS (Maximal Independent Set) of a chain of nine nodes
Consider the following sequence of nodes for the undirected graph given below: 1.a b e f d g c 2.a b e f c g d 3.a d g e b c f 4.a d b c g e f A Depth First Search (DFS) is started at node a. The nodes are listed in the order they are first visited. Which of the above is/are possible output(s)?

A graph with n vertices and n-1 edges that is not a tree, is
A depth-first search is performed on a directed acyclic graph. Let d[u] denote the time at which vertex u is visited for the first time and f[u] the time at which the DFS call to the vertex u terminates. Which of the following statements is always TRUE for all edges (u, v) in the graph ?
Which of the following graphs has an Eulerian circuit?
Consider the DAG with V = {1,2,3,4,5,6}, shown below. Which of the following is NOT a topological ordering?

If a graph requires k different colours for its proper colouring, then the chromatic number of the graph is
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 →