From 6e0b07e3e981a4309f1050227cfc2d700ce3018b Mon Sep 17 00:00:00 2001 From: Alix Axel Date: Thu, 6 Aug 2015 04:11:34 +0200 Subject: [PATCH] added alixaxel/pagerank --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b1efcf..9b188d2 100644 --- a/README.md +++ b/README.md @@ -573,6 +573,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goraph](https://github.com/gyuho/goraph) - A pure Go graph theory library(data structure, algorith visualization) * [gostat](https://code.google.com/p/gostat/) - A statistics library for the go language * [mudlark-go](https://code.google.com/p/mudlark-go-pkgs/) - A collection of packages providing (hopefully) useful code for use in software using Google's Go programming language. +* [pagerank](https://github.com/alixaxel/pagerank) - Weighted PageRank algorithm implemented in Go * [streamtools](https://github.com/nytlabs/streamtools) - general purpose, graphical tool for dealing with streams of data. * [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code. (currently inactive)