Graph/BinaryHeap/BinaryHeap.cxx File Reference

Contains the implementation of a BinaryHeap

A BinaryHeap is a core data structure that represents a heap within a fixed array of size n elements. More...

#include <malloc.h>
#include <stdio.h>
#include "BinaryHeap.h"


Detailed Description

Contains the implementation of a BinaryHeap

A BinaryHeap is a core data structure that represents a heap within a fixed array of size n elements.

In this implementation, the elements are all integers.

Author:
George Heineman
Date:
6/15/08
Algorithm Development Kit 1.0