> For the complete documentation index, see [llms.txt](https://emory.gitbook.io/dsa-java/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emory.gitbook.io/dsa-java/disjoint-sets.md).

# 6. Disjoint Sets

## Contents

1. [Concept](/dsa-java/disjoint-sets/concept.md)
2. [Implementation](/dsa-java/disjoint-sets/implementation.md)
3. [Quiz](/dsa-java/disjoint-sets/exercises.md)

## References

* [Disjoint Set](https://en.wikipedia.org/wiki/Disjoint-set_data_structure)
