Category:Heaps (data structures)

From HandWiki
Revision as of 18:07, 16 January 2021 by imported>Corlink (change)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Handwiki book24.pngComputing portal

Here is a list of articles in the category Heaps (data structures) of the Computing portal that unifies foundations of mathematics and computations using computers. 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.