Skip to content

Commit

Permalink
📚 docs(README): Add Wikipedia reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Oct 7, 2020
1 parent 668e8e5 commit 53b3d6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ U.find( a ) === U.find( b ) ; // true
- [aureooms/js-disjoint-set](https://github.com/aureooms/js-disjoint-set):
implementation of the same data structures with nodes and pointers instead
of arrays

## References

- [Wikipedia page on disjoint-set data structures](https://en.wikipedia.org/wiki/Disjoint-set_data_structure)

0 comments on commit 53b3d6d

Please sign in to comment.