Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Ooms authored May 4, 2017
1 parent f5e0e56 commit d534546
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[js-fixed-disjoint-set](http://aureooms.github.io/js-fixed-disjoint-set)
[@aureooms/js-fixed-disjoint-set](https://aureooms.github.io/js-fixed-disjoint-set)
==

<img src="https://upload.wikimedia.org/wikipedia/commons/8/89/Disjuct-sets.svg" width="864">

Fixed-size-array-based disjoint-set data structures for JavaScript.
See [docs](https://aureooms.github.io/js-fixed-disjoint-set).
Parent is
[aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
[@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).

```js
U.find( a ) === U.find( b ) ; // false
Expand Down

0 comments on commit d534546

Please sign in to comment.