Skip to content

Commit

Permalink
Docs BitVector
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 8, 2017
1 parent cda2374 commit c6a771f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Full documentation for the library can be found [here](https://yomguithereal.git
**Probabilistic & succinct data structures**

* [BitSet](https://yomguithereal.github.io/mnemonist/bit-set)
* [BitVector](https://yomguithereal.github.io/mnemonist/bit-vector)
* [Bloom Filter](https://yomguithereal.github.io/mnemonist/bloom-filter)

**Utility classes**
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ var Heap = require('./heap.js'),
module.exports = {
BiMap: require('./bi-map.js'),
BitSet: require('./bit-set.js'),
BitVector: require('./bit-vector.js'),
BloomFilter: require('./bloom-filter.js'),
BKTree: require('./bk-tree.js'),
StaticDisjointSet: require('./static-disjoint-set.js'),
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"bk tree",
"burkhard-keller tree",
"vp tree",
"vantage point tree"
"vantage point tree",
"vector"
],
"author": {
"name": "Guillaume Plique",
Expand Down

0 comments on commit c6a771f

Please sign in to comment.