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

# 7. Pattern: Tree Breadth First Search

- [7.0 Introduction](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.0-introduction.md)
- [7.1 Binary Tree Level Order Traversal (easy)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.1-binary-tree-level-order-traversal-easy.md)
- [7.2 Reverse Level Order Traversal (easy)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.2-reverse-level-order-traversal-easy.md)
- [7.3 Zigzag Traversal (medium)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.3-zigzag-traversal-medium.md)
- [7.4 Level Averages in a Binary Tree (easy)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.4-level-averages-in-a-binary-tree-easy.md)
- [7.5 Minimum Depth of a Binary Tree (easy)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.5-minimum-depth-of-a-binary-tree-easy.md)
- [7.6 Maximum Depth of Binary Tree (easy)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.6-maximum-depth-of-binary-tree-easy.md)
- [7.7 Level Order Successor (easy)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.7-level-order-successor-easy.md)
- [7.8 Connect Level Order Siblings (medium)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.8-connect-level-order-siblings-medium.md)
- [7.9 Problem Challenge 1 - Connect All Level Order Siblings (medium)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.9-problem-challenge-1-connect-all-level-order-siblings-medium.md)
- [7.10 Problem Challenge 2 - Right View of a Binary Tree (easy)](https://dvpr.gitbook.io/coding-interview-patterns/untitled/7.10-problem-challenge-2-right-view-of-a-binary-tree-easy.md)
