Heaps

Home > Computer Science > Software Engineering > Data structures > Heaps

A special type of binary tree that satisfies the heap property, where the parent node is always greater than or equal to its children.