Q.1.
Which algorithm efficiently calculates the single source shortest paths in a Directed Acyclic Graph?
Q.2.
The _______ of a graph G consists of all vertices and edges of G.
Q.3.
A ______ in a graph G is a circuit which consists of every vertex (except first/last vertex) of G exactly once.
Q.4.
A walk has Closed property if ____________
Q.5.
A trail in a graph can be described as ______________
Q.6.
Let a graph can be denoted as ncfkedn a kind of ____________
Q.7.
Determine the edge count of a path complement graph withvertices.
Q.8.
The sum of an n-node graph and its complement graph produces a graph called _______
Q.9.
In a directed weighted graph, if the weight of every edge is decreased byunits, does any change occur to the shortest path in the modified graph?
Q.10.
Let G(V, E) be a directed graph where every edge has weight as either2 orwhat is the algorithm used for the shortest path from a given source vertex to a given destination vertex to get the time complexity of O(V+E)?