| |
| | [No title] |
 | | The class of binary heaps is a subset of the class of binary trees. |
 | | The two heaps pictured above would have the following representations as arrays: (2, 4, 5, 7, 11, 6, 8, 9, 10, 12) (1, 2, 6, 3, 5, 7) The first element of the array, at index 1, is the heap's root. |
 | | A Fibonacci heap is a complicated data structure, quite a bit more involved to explain than a simple binary heap. |
| www.stanford.edu /~blp/uniformity/uniformity-2001.04.27.text (9609 words) |
|