goombaio / dag

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

Add Degree to Vertices #24

Closed repejota closed 6 years ago

repejota commented 6 years ago

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

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