top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is directed graph?

0 votes
253 views
What is directed graph?
posted Dec 27, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

0 votes

Digraphs. A directed graph (or digraph) is a set of vertices and a collection of directed edges that each connects an ordered pair of vertices. We say that a directed edge points from the first vertex in the pair and points to the second vertex in the pair. We use the names 0 through V-1 for the vertices in a V-vertex graph.

answer Dec 27, 2015 by Rajan Paswan
0 votes

A directed graph is where the edges of vertices are represented as arrow indicator which shows the direction of path from one vertex to another.. The path may be uni-directional or bi-directional.

answer Dec 30, 2015 by Lakshmi Gayathri
Similar Questions
+2 votes

Assume priority queue in Dijkstra’s algorithm is implemented using a sorted link list and graph G (V, E) is represented using adjacency matrix.

What is the time complexity of Dijkstra’s algorithm (Assume graph is connected)?

...