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

# Coding Interview

- [leetcode python](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/leetcode-python.md)
- [Data Structures](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/data-structures.md)
- [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)
- [Sorting & Searching](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching.md)
- [Depth-First Search & Breadth-First Search](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching/depth-first-search-and-breadth-first-search.md)
- [Backtracking](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching/backtracking.md)
- [Sorting](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/sorting-and-searching/sorting.md)
- [Dynamic Programming](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/untitled-1.md)
- [Dynamic Programming: Basic](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/untitled-1/dynamic-programming-basic.md)
- [Dynamic Programming: Advanced](https://stephanosterburg.gitbook.io/scrapbook/coding/coding-interview/untitled-1/untitled.md)
