> 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/graphs.md).

# 7. Graphs

## Contents

1. [Implementation](/dsa-java/graphs/implementation.md)
2. [Cycle Detection](/dsa-java/graphs/cycle-detection.md)
3. [Topological Sorting](/dsa-java/graphs/topological-sorting.md)
4. [Quiz](/dsa-java/graphs/exercises.md)

## References

* [Cycle Detection](https://en.wikipedia.org/wiki/Cycle_detection)
* [Topological Sorting](https://en.wikipedia.org/wiki/Topological_sorting)
