goombaio / dag

A DAG, Directed acyclic graph implementation in golang.
Apache License 2.0
122 stars 28 forks source link

Add InDegree to Vertices #25

Closed repejota closed 6 years ago

repejota commented 6 years ago

Is your feature request related to a problem? Please describe. Add InDegree method to Vertices

Describe the solution you'd like Must return the number parents of the vertex