Define indegree 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 terminal node is called the indegree of the node v.
Sanisha Maharjan
Jan 23, 2022