golang-pault-go-topsort-dev

Library to topologically sort a dag
  https://pault.ag/go/topsort
  0
  no reviews



This package containers a few helper routines to help with sorting a dag (directed acyclic graphs) such that nodes with no inbound edges will be returned first.

this is particularly useful for things like ordering tasks, and handling dependencies.