qxs820624 / graph

Graph packages for the Go language,这是Go 语言的广义图形包. 它的目的是用于对任意图形,如发现强连通分量,支配者,或搜索的图形常用算法提供一个干净,透明的API。 目前该软件包正在测试, API处于半稳定状态。 功能,如 AStar 没做太大变动,对Graph, Node, 和 Edge 接口进行了一些调试。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gonum Graph Build Status Coverage Status GoDoc

This is a generalized graph package for the Go language. It aims to provide a clean, transparent API for common algorithms on arbitrary graphs such as finding the graph's strongly connected components, dominators, or searces.

The package is currently in testing, and the API is "semi-stable". The signatures of any functions like AStar are unlikely to change much, but the Graph, Node, and Edge interfaces may change a bit.

Issues

If you find any bugs, feel free to file an issue on the github issue tracker. Discussions on API changes, added features, code review, or similar requests are preferred on the Gonum-dev Google Group.

https://groups.google.com/forum/#!forum/gonum-dev

License

Please see github.com/gonum/license for general license information, contributors, authors, etc on the Gonum suite of packages.

About

Graph packages for the Go language,这是Go 语言的广义图形包. 它的目的是用于对任意图形,如发现强连通分量,支配者,或搜索的图形常用算法提供一个干净,透明的API。 目前该软件包正在测试, API处于半稳定状态。 功能,如 AStar 没做太大变动,对Graph, Node, 和 Edge 接口进行了一些调试。


Languages

Language:Go 96.3%Language:TeX 3.6%Language:Shell 0.2%