# Data Structures

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