MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures Mcqs
→
Algorithm Complexity Mcqs
→
Graphs are represented using
1.
Graphs are represented using
A.
Adjacency tree
B.
Adjacency linked list
C.
Adjacency graph
D.
Adjacency queue
Answer» C. Adjacency graph
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
A complete graph can have
A connected graph T without any cycles is called ..
A directed graph is . if there is a path from each vertex to every other vertex in the digraph.
A graph is a collection of nodes, called . And line segments called arcs or .. that connect pair of nodes.
A graph is said to be if the vertices can be split into two sets V1 and V2 such there are no edges between two vertices of V1 or two vertices of V2.
A .. is a graph that has weights of costs associated with its edges.
What would be the time complexity of the following function which adds an edge between two vertices i and j, with some weight weigh to the graph having V vertices?
For which type of graph, the given program would run infinitely? The Input would be in the form of an adjacency Matrix and n is its dimension (1
Given the following adjacency matrix of a graph(G) determine the number of components in the G. [0 1 1 0 0 0], [1 0 1 0 0 0], [1 1 0 0 0 0], [0 0 0 0 1 0], [0 0 0 1 0 0], [0 0 0 0 0 0].
If locality is a concern, you can use . to traverse the graph.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies