[ 源代码: golang-pault-go-topsort ]
软件包:golang-pault-go-topsort-dev(0.1.1-1)
golang-pault-go-topsort-dev 的相关链接
Debian 的资源:
下载源码包 golang-pault-go-topsort:
- [golang-pault-go-topsort_0.1.1-1.dsc]
- [golang-pault-go-topsort_0.1.1.orig.tar.gz]
- [golang-pault-go-topsort_0.1.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pault.ag]
相似软件包:
Go library to topologically sort a DAG
This Go 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.