chickadee » graphs » graph-indegree

(graph-indegree (G <digraph>) vertex)method

Computes the indegree of a vertex in a directed graph G. When called with an undirected graph, returns the same as graph-degree.