gograph
Graph library
A Go library for creating and manipulating graphs of various types
A golang generic graph library that provides mathematical graph-theory and algorithms.
71 stars
3 watching
7 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
datastructuregenericgeneric-graphgolanggraphgraph-algorithmsgraph-datastructuresgraph-theorygraph-traversal
Related projects:
Repository | Description | Stars |
---|---|---|
yourbasic/graph | A Go library providing efficient algorithms and data structures for graph manipulation | 712 |
gyuho/goraph | Provides an efficient and flexible graph data structure and algorithm implementation in Go | 739 |
dgraph-io/dgraph | A distributed GraphQL database with a graph backend that supports high-performance and scalability | 20,516 |
haskell/fgl | A library that provides an inductive approach to dealing with graphs | 184 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 806 |
go-gremlin/gremlin | A Go client library for interacting with TinkerPop3 Gremlin Server-based graph databases. | 117 |
bolknote/go-gd | A collection of Go bindings for the Graphics Drawing Extension (GD) library. | 59 |
zigrazor/cxxgraph | A comprehensive C++ library for graph algorithms and analysis | 485 |
phadej/graafi | An experimental JavaScript implementation of a graph data structure and algorithms | 20 |
anvaka/ngraph.graph | A JavaScript library for creating and manipulating graph data structures | 529 |
scala-graph/scala-graph | A graph data structure library for Scala with support for directed hypergraphs and algorithms. | 565 |
yamafaktory/hypergraph | A data structure library to model complex relational networks with flexible hyperedges and various edge weights. | 289 |
thomasp85/ggraph | A grammar of graphics for relational data structures, extending ggplot2 to support network and graph visualization. | 1,080 |
go-gl/mathgl | A Go library for fast and efficient 3D vector and matrix math operations used in OpenGL graphics. | 563 |
neo4j-labs/graph | A high-performance graph algorithm library built on top of the graph_builder crate. | 390 |