https://github.com/dnaeon/go-dependency-graph-algorithm
Dependency graph resolution algorithm in Go
https://github.com/dnaeon/go-dependency-graph-algorithm
Last synced: 9 months ago
JSON representation
Dependency graph resolution algorithm in Go
- Host: GitHub
- URL: https://github.com/dnaeon/go-dependency-graph-algorithm
- Owner: dnaeon
- License: other
- Created: 2016-03-03T11:33:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T12:01:43.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T05:41:37.998Z (10 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 32
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dependency Graph Resolution Algorithm in Go
An example of dependency graph resolution algorithm written in Go.
Read more about it and the motivation behind it at
http://dnaeon.github.io/dependency-graph-resolution-algorithm-in-go/