Heap

From NovaOrdis Knowledge Base
Revision as of 01:05, 10 August 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * Data Structures and Algorithms =Overview= A '''binary heap''' data structure is an array where data is placed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

A binary heap data structure is an array where data is placed to form a binary tree.

TODO CLRS page 151, page 1177.