Merge pull request #27 from roukaour/master

Add simrank.hpp
This commit is contained in:
Sean Barrett 2016-12-18 03:11:58 -08:00 committed by GitHub
commit 5c3c0b45a2
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ as C/C++, as this is not an obstacle to most users.)
| [PoissonGenerator.h](https://github.com/corporateshark/poisson-disk-generator) | MIT | C++ |**1**| Poisson disk points generator (disk or rect)
| [prns.h](http://marc-b-reynolds.github.io/shf/2016/04/19/prns.html) | **public domain** |C/C++|**1**| seekable pseudo-random number sequences
| [aomeba](https://github.com/starwing/amoeba) | MIT |C/C++|**1**| constraint solver (Cassowary) w/Lua binding
| [simrank.hpp](https://github.com/roukaour/simrank) | MIT | C++ | 2 | SimRank graph similarity algorithm
#multithreading
| library | license | API |files| description