Popularity
7.1
Declining
Activity
0.0
Declining
712
38
80
Programming language: Go
License: MIT License
Latest version: v2.0
goraph alternatives and similar packages
Based on the "Science and Data Analysis" category.
Alternatively, view goraph alternatives based on common mentions on social networks and blogs.
-
gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more -
Stats
A well tested and comprehensive Golang statistics library package with no dependencies. -
gosl
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations. -
dataframe-go
DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration -
gonum/mat64
The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices. -
calendarheatmap
๐ Calendar heatmap inspired by GitHub contribution activity -
TextRank
:wink: :cyclone: :strawberry: TextRank implementation in Golang with extendable features (summarization, phrase extraction) and multithreading (goroutine). -
sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications -
evaler
Implements a simple floating point arithmetic expression evaluator in Go (golang). -
triangolatte
2D triangulation library. Allows translating lines and polygons (both based on points) to the language of GPUs. -
piecewiselinear
tiny linear interpolation library for go (factored out from https://github.com/sgreben/yeetgif) -
PiHex
PiHex Library, written in Go, generates a hexadecimal number sequence in the number Pi in the range from 0 to 10,000,000. -
gograph
A golang generic graph library that provides mathematical graph-theory and algorithms. -
GoStats
GoStats is a go library for math statistics mostly used in ML domains, it covers most of the statistical measures functions. -
assocentity
Package assocentity returns the mean distance from tokens to an entity and its synonyms -
mudlark-go
A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language.
TestGPT | Generating meaningful tests for busy devs
Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.
Promo
codium.ai
Do you think we are missing an alternative of goraph or a related project?
Popular Comparisons
README
goraph

Package goraph implements graph data structure and algorithms.
go get -v gopkg.in/gyuho/goraph.v2;
I have tutorials and visualizations of graph, tree algorithms:
- Binary search tree
- Go: heap, priority queue
- Go: red black tree
- Go: b-tree
- Go: graph, interface
- Go: graph, traversal
- Go: graph, shortest path
- Go: graph, topological sort
- Go: graph, minimum spanning tree
- Go: graph, strongly connected components
For fast query and retrieval, please check out Cayley.
- Please visit my YouTube Channel
Tree
,Graph
Theory Algorithms (Playlist)Graph
: BFS, DFS