Menu

Graphs Questions

MCQ
101.
All paths and cyclic graphs are bipartite graphs.
forum Discussion
MCQ
102.
What is the number of vertices of degree 2 in a path graph having n vertices,here n>2.
forum Discussion
MCQ
103.
All trees with n vertices consists of n-1 edges.
forum Discussion
MCQ
104.
What would the time complexity to check if an undirected graph with V vertices and E edges is Bipartite or not given its adjacency matrix?
forum Discussion
MCQ
105.
Dijkstra
forum Discussion
MCQ
106.
A graph having an edge from each vertex to every other vertex is called a ___________
forum Discussion
MCQ
107.
What is the number of unlabeled simple directed graph that can be made with 1 or 2 vertices?
forum Discussion
MCQ
108.
Floyd Warshall Algorithm used to solve the shortest path problem has a time complexity of __________
forum Discussion
MCQ
109.
All Graphs have unique representation on paper.
forum Discussion
MCQ
110.
Assuming value of every weight to be greater than 10, in which of the following cases the shortest path of a directed weighted graph from 2 vertices u and v will never change?
forum Discussion