Data Structures – Canonical Reference on Probabilistic Data Structures

data structures

I've heard of probabilistic data structures like Skip Lists and Bloom Filters being immensely useful and I'd like to learn more about them in general. Is there a canonical reference on the subject on the level of Cormen et al.?

Best Answer

The closest site I can think of that might be canonical is the NIST standards web site:

http://xlinux.nist.gov/dads/HTML/skiplist.html

This site can be short on descriptions but has links to external sites ..

Related Topic