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

# 5. Tries

## Contents

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

## References

* [Trie](https://en.wikipedia.org/wiki/Trie)
