Back to Developer Roadmap

Heap

src/data/roadmaps/datastructures-and-algorithms/content/heap@R3Coq0TG1_cSOXzXWgpuI.md

4.0477 B
Original Source

Heap

A heap is a type of data structure in computer science that is like a tree, where each parent node is always bigger (in a max heap) or smaller (in a min heap) than its child nodes.

Visit the following resources to learn more: