Skip to content

Instantly share code, notes, and snippets.

@rodrigovidal
Forked from anonymous/gist:5891472
Last active December 19, 2015 03:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigovidal/5891488 to your computer and use it in GitHub Desktop.
Save rodrigovidal/5891488 to your computer and use it in GitHub Desktop.
http://sist.sysu.edu.cn/~isslxm/DSA/textbook/Skiena.-.TheAlgorithmDesignManual.pdf
https://github.com/felipecruz/cdats
http://www.amazon.com/Algorithms-Unlocked-Thomas-H-Cormen/dp/0262518805/ref=sr_1_2?ie=UTF8&qid=1372518782&sr=8-2&keywords=cormen
http://www.amazon.com/Introduction-Algorithms-Thomas-H-Cormen/dp/0262033844/ref=sr_1_1?ie=UTF8&qid=1372518782&sr=8-1&keywords=cormen
https://sites.google.com/site/stevenhalim/
http://uhunt.felix-halim.net/
https://github.com/echen/streaming-simulations/wiki/Cardinality-Estimation%3A-Bloom-Filter-vs.-HyperLogLog
http://www.slideshare.net/juanplopes/dnarj20120630
https://github.com/juanplopes/sketches
@robertaarcoverde
Copy link

Como não achei nas references (mas posso não ter olhado direito), segue o link de que o Juan falou, que deu um boost na popularidade do HyperLogLog ("Big Data Counting: How To Count A Billion Distinct Objects Using Only 1.5KB Of Memory"):

http://highscalability.com/blog/2012/4/5/big-data-counting-how-to-count-a-billion-distinct-objects-us.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment