MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures and Algorithms
→
Evaluation Infix Expression Not Parenthesized in Data Structures and Algorithms
→
The number of elements in the adjacency matrix of ..
1.
The number of elements in the adjacency matrix of a graph having 7 vertices is __________
A.
7
B.
14
C.
36
D.
49
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Given the following adjacency matrix of a graph(G) determine the number of components in the G.
For which type of graph, the given program won’t run infinitely? The Input would be in the form of an adjacency Matrix and n is its dimension (1<n<10).
Given the following program, what will be the 3rd number that’d get printed in the output sequence for the given input?
If A[x+3][y+5] represents an adjacency matrix, which of these could be the value of x and y.
Given an adjacency matrix A = [ [0, 1, 1], [1, 0, 1], [1, 1, 0] ], The total no. of ways in which every vertex can walk to itself using 2 edges is ________
Which of these adjacency matrices represents a simple graph?
If A[x+3][y+5] represents an adjacency matrix, which of these could be the value of x and y.$
Given an adjacency matrix A = [ [0, 1, 1], [1, 0, 1], [1, 1, 0] ], how many ways are there in which a vertex can walk to itself using 2 edges.$
Two directed graphs(G and H) are isomorphic if and only if A=PBP-1, where P and A are adjacency matrices of G and H respectively.
In the given connected graph G, what is the value of rad(G) and diam(G)?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply