Q.1.
A bridge can not be a part of _______
Q.2.
Any subset of edges that connects all the vertices and has minimum total weight, if all the edge weights of an undirected graph are positive is called _______
Q.3.
G is a simple undirected graph and some vertices of G are of odd degree. Add a node n to G and make it adjacent to each odd degree vertex of G. The resultant graph is ______
Q.4.
Let G be a directed graph whose vertex set is the set of numbers from 1 toThere is an edge from a vertex i to a vertex j if and only if either j = i + 1 or j = 3i. Calculate the minimum number of edges in a path in G from vertex 1 to vertex 50.
Q.5.
What is the number of vertices in an undirected connected graph withedges, 7 vertices of degree2 vertices of degree 5 and remaining of degree 6?
Q.6.
______ is the maximum number of edges in an acyclic undirected graph with k vertices.
Q.7.
The minimum number of edges in a connected cyclic graph on n vertices is _____________
Q.8.
The maximum number of edges in a 8-node undirected graph without self loops is ____________
Q.9.
Let G be an arbitrary graph with v nodes and k components. If a vertex is removed from G, the number of components in the resultant graph must necessarily lie down between _____ and _____
Q.10.
Thevertices of a graph G corresponds to all subsets of a set of size n, for n>=Two vertices of G are adjacent if and only if the corresponding sets intersect in exactly two elements.