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

# Heap

- [Inserting in a Heap](https://nitinranganath.gitbook.io/data-structures/heap/inserting-in-a-heap.md)
- [Deleting in a Heap](https://nitinranganath.gitbook.io/data-structures/heap/deleting-in-a-heap.md)
- [Heapify](https://nitinranganath.gitbook.io/data-structures/heap/heapify.md)
