Menu

Graphs Questions

MCQ
61.
For a given graph G having v vertices and e edges which is connected and has no cycles, which of the following statements is true?
forum Discussion
MCQ
62.
For which of the following combinations of the degrees of vertices would the connected graph be eulerian?
forum Discussion
MCQ
63.
A graph with all vertices having equal degree is known as a __________
forum Discussion
MCQ
64.
Which of the following ways can be used to represent a graph?
forum Discussion
MCQ
65.
The number of elements in the adjacency matrix of a graph having 7 vertices is __________
forum Discussion
MCQ
66.
What would be the number of zeros in the adjacency matrix of the given graph?

data-structure-questions-answers-adjacency-matrix-q2
forum Discussion
MCQ
67.
Adjacency matrix of all graphs are symmetric.
forum Discussion
MCQ
68.
The time complexity to calculate the number of edges in a graph whose information in stored in form of an adjacency matrix is ____________
forum Discussion
MCQ
69.
For the adjacency matrix of a directed graph the row sum is the _________ degree and the column sum is the ________ degree.
forum Discussion
MCQ
70.
What is the maximum number of possible non zero values in an adjacency matrix of a simple graph with n vertices?
forum Discussion