[GitHub - gyuho/goraph: Package goraph implements graph data ...]
https://github.com/gyuho/goraph
Package goraph implements graph data structure and algorithms.
[GitHub - alonsovidales/go_graph: Go lang library that provides ...]
https://github.com/alonsovidales/go_graph
BFS: Breadth-first search. ... Min Cut Max Flow: Ford-Fulkerson algorithm. ... Kosaraju-Sharir's algorithm: Strongly Connected Components.
[Graph and network flow algorithms in GoLang - Google Groups]
https://groups.google.com/d/topic/golang-nuts/NttFA6YzDJM
22 Mar 2014 ... I am considering switching from C to GoLang in order to write more generic code faster for my research in AI. However, I noticed that the Go ...