goombaio / dag

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

Implement get leaf/sink vertices/nodes. #11

Closed repejota closed 6 years ago

repejota commented 6 years ago

Is your feature request related to a problem? Please describe. Implement get leaf/sink vertices/nodes.

Describe the solution you'd like Leaf vertices or nodes are vertices that have no children defined by the graph edges