proxy.golang.org : github.com/benjaminws/dag
Package dag implements a directed acyclic graph data structure ( DAG ), a finite directed graph with no directed cycles. A DAG consists of finitely many vertices and edges, with each edge directed from one vertex to another, such that there is no way to start at any vertex v and follow a consitently-sequence of edges that eventually loops backto v again. A DAG is a directex graph that has a topological order, a sequence of vertices such that every edge is directed from earlier to later in the sequence. Example
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/benjaminws/dag
License: Apache-2.0
Latest release: about 5 years ago
First release: about 5 years ago
Namespace: github.com/benjaminws
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago