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

# Binary Search Tree

- [Searching in a BST](https://nitinranganath.gitbook.io/data-structures/binary-search-tree/searching-in-a-bst.md)
- [Inserting in a BST](https://nitinranganath.gitbook.io/data-structures/binary-search-tree/inserting-in-a-bst.md)
- [Deleting in a BST](https://nitinranganath.gitbook.io/data-structures/binary-search-tree/deleting-in-a-bst.md)
