> For the complete documentation index, see [llms.txt](https://www.theprogrammershandbook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.theprogrammershandbook.com/data-structures.md).

# Data Structures

- [Introduction](https://www.theprogrammershandbook.com/data-structures/intro.md)
- [Arrays](https://www.theprogrammershandbook.com/data-structures/arrays.md)
- [Lists](https://www.theprogrammershandbook.com/data-structures/lists.md)
- [Stacks and Queues](https://www.theprogrammershandbook.com/data-structures/stacks-and-queues.md)
- [Hash Tables](https://www.theprogrammershandbook.com/data-structures/hash-tables.md)
- [Trees](https://www.theprogrammershandbook.com/data-structures/trees.md)
- [Tries](https://www.theprogrammershandbook.com/data-structures/tries.md)
- [Graphs](https://www.theprogrammershandbook.com/data-structures/graphs.md)
