Skip to content

Commit fa0225a

Browse files
committed
Bloom Filter - jsdocs
1 parent d8e558a commit fa0225a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Its written and tested using Node.js which is also the target platform.
88

99
Overview
1010
----------------
11+
* <h3>New</h3>
12+
* <h4>[Bloom Filter](http://monmohan.github.io/dsjslib/BloomFilter.html)</h4> - Probabilistic data structure to test whether an element is a member of a set.
1113

1214
* <h3>Maps</h3>
1315
* <h4>Sorted Maps</h4> Maps sorted according to natural ordering of keys or by comparator function provided at creation time.
@@ -40,6 +42,7 @@ Overview
4042
* <h4>[BitSet](http://monmohan.github.io/dsjslib/BitSet.html)</h4> - An array of bits with operations to set, examine and clear individual bits
4143
* <h4>[CircularBuffer](http://monmohan.github.io/dsjslib/CircularBuffer.html)</h4> - A data structure that uses a single, fixed-size buffer as if it were connected end-to-end.
4244
When the buffer is filled, new data is written starting at the beginning of the buffer and overwriting the old.
45+
* <h4>[Bloom Filter](http://monmohan.github.io/dsjslib/BloomFilter.html)</h4> - Probabilistic data structure to test whether an element is a member of a set.
4346
* <h4>[BTree](http://monmohan.github.io/dsjslib/BTree.html)</h4> - Self balancing generalized Search Tree
4447

4548

0 commit comments

Comments
 (0)