Define outdegree of a graph?
3 years ago
Data Structure and Algorithm
In a directed graph, for any node v, the number of edges which have v as their initial node is called the out degree of the node v.
Sanisha Maharjan
Jan 23, 2022