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

# Data Structures

- [Arrays](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/arrays.md)
- [Linked List](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/linked-list.md)
- [Hash Tables](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/hash-tables.md)
- [Trees: Basic](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/trees-basic.md)
- [Heaps, Stacks, Queues](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/heaps-stacks-queues.md)
- [Graphs](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/graphs.md)
- [Shortest Path](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures/graphs/shortest-path.md)
