Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimor committed Dec 30, 2015
1 parent cf75360 commit 4ae48ee
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ If you're on this page, you probably already know a bit about probabilistic data
The descriptions for each filter were lifted directly from the BoomFilters' README.

## Included Structures
* Count-Min Sketch
* Counting Bloom filter
* Cuckoo filter
* [Count-Min Sketch](https://github.com/mattlorimor/ProbabilisticDataStructures#count-min-sketch)
* [Counting Bloom filter](https://github.com/mattlorimor/ProbabilisticDataStructures#counting-bloom-filter)
* [Cuckoo filter](https://github.com/mattlorimor/ProbabilisticDataStructures#cuckoo-filter)
* Deletable Bloom filter
* HyperLogLog
* Inverse Bloom filter
* MinHash
* PartitionedBloomFilter
* Scalable Bloom filter
* TopK
* [HyperLogLog](https://github.com/mattlorimor/ProbabilisticDataStructures#hyperloglog)
* [Inverse Bloom filter](https://github.com/mattlorimor/ProbabilisticDataStructures#inverse-bloom-filter)
* [MinHash](https://github.com/mattlorimor/ProbabilisticDataStructures#minhash)
* [PartitionedBloomFilter](https://github.com/mattlorimor/ProbabilisticDataStructures#partitioned-bloom-filter)
* [Scalable Bloom filter](https://github.com/mattlorimor/ProbabilisticDataStructures#scalable-bloom-filter)
* [Stable Bloom filter](https://github.com/mattlorimor/ProbabilisticDataStructures#stable-bloom-filter)
* [TopK](https://github.com/mattlorimor/ProbabilisticDataStructures#topk)

## Installation

Expand Down

0 comments on commit 4ae48ee

Please sign in to comment.