[ ソース: 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.