[ 原始碼: golang-pault-go-topsort ]
套件:golang-pault-go-topsort-dev(0.0~git20160529.f98d2ad-2)
golang-pault-go-topsort-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-pault-go-topsort:
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad-2.dsc]
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad.orig.tar.gz]
- [golang-pault-go-topsort_0.0~git20160529.f98d2ad-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [pault.ag]
相似套件:
library to topologically sort a DAG
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.