goombaio / dag

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

Implement topological sort #17

Open repejota opened 6 years ago

repejota commented 6 years ago

Is your feature request related to a problem? Please describe. Implement topological sort for the graph

samparsky commented 5 years ago

@repejota I can help work on this