ml-disjoint-set
Version:
Efficient disjoint-set data structure implementation
30 lines (21 loc) • 954 B
Markdown
# disjoint-set
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![David deps][david-image]][david-url]
[![npm download][download-image]][download-url]
Efficient disjoint-set data structure implementation
## Installation
```
$ npm install ml-disjoint-set
```
## [Documentation](https://mljs.github.io/disjoint-set/)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/ml-disjoint-set.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ml-disjoint-set
[travis-image]: https://img.shields.io/travis/mljs/disjoint-set/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/disjoint-set
[david-image]: https://img.shields.io/david/mljs/disjoint-set.svg?style=flat-square
[david-url]: https://david-dm.org/mljs/disjoint-set
[download-image]: https://img.shields.io/npm/dm/ml-disjoint-set.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-disjoint-set