https://github.com/mljs/disjoint-set
Efficient disjoint-set data structure implementation
https://github.com/mljs/disjoint-set
Last synced: 8 months ago
JSON representation
Efficient disjoint-set data structure implementation
- Host: GitHub
- URL: https://github.com/mljs/disjoint-set
- Owner: mljs
- License: mit
- Created: 2016-07-18T09:53:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T11:38:38.000Z (over 4 years ago)
- Last Synced: 2024-04-29T20:52:14.646Z (about 2 years ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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