Menu

Graphs Questions

MCQ
31.
An undirected graph G with n vertices and e edges is represented by adjacency list. What is the time required to generate all the connected components?
forum Discussion
MCQ
32.
A graph with n vertices will definitely have a parallel edge or self loop if the total number of edges are
forum Discussion
MCQ
33.
The maximum degree of any vertex in a simple graph with n vertices is
forum Discussion
MCQ
34.
The data structure required for Breadth First Traversal on a graph is
forum Discussion
MCQ
35.
In Breadth First Search of Graph, which of the following data structure is used?
forum Discussion
MCQ
36.
For an undirected graph G with n vertices and e edges, the sum of the degrees of each vertex is
forum Discussion
MCQ
37.
A complete graph can have ...............
forum Discussion
MCQ
38.
Graph traversal is different from a tree traversal, because:
forum Discussion
MCQ
39.
The number of edges in a simple, n-vertex, complete graph is
forum Discussion
MCQ
40.
Graphs are represented using ............
forum Discussion