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

# Binary Tree

- [Creating a Binary Tree using Queue](https://nitinranganath.gitbook.io/data-structures/binary-tree/creating-a-binary-tree-using-queue.md)
- [Recursive Tree Traversals](https://nitinranganath.gitbook.io/data-structures/binary-tree/recursive-tree-traversals.md)
- [Iterative Tree Traversals](https://nitinranganath.gitbook.io/data-structures/binary-tree/iterative-tree-traversals.md)
- [Level Order Traversal](https://nitinranganath.gitbook.io/data-structures/binary-tree/level-order-traversal.md)
- [Counting Nodes in a Binary Tree](https://nitinranganath.gitbook.io/data-structures/binary-tree/counting-nodes-in-a-binary-tree.md)
- [Finding the Height of Tree](https://nitinranganath.gitbook.io/data-structures/binary-tree/finding-the-height-of-tree.md)
- [Finding Sum of All Nodes](https://nitinranganath.gitbook.io/data-structures/binary-tree/finding-sum-of-all-nodes.md)
