Jump to content

Category:Heaps (data structures)

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Qwertyus (talk | contribs) at 15:56, 22 September 2014 (added Category:Priority queues using HotCat). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A heap is a tree data structure with ordered nodes where the min (or max) value is the root of the tree and all children are less than (or greater than) their parent nodes.