An open API service indexing awesome lists of open source software.

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

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