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 committed Jun 28, 2015
1 parent 2c59cd9 commit ec9af48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[js-disjoint-set](http://aureooms.github.io/js-disjoint-set)
==

Disjoint-set data structure code bricks for JavaScript.
Disjoint-set data structure code bricks for JavaScript. Parent is
[aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).

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

0 comments on commit ec9af48

Please sign in to comment.