Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
golang-pault-go-topsort-dev
Library to topologically sort a dag
https://pault.ag/go/topsort
0
no reviews
Install
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.