| | [No title] (Site not responding. Last check: 2007-10-13) |
 | | // heap.h // // This file contains prototype statements for the routines // of the binary heap library that are publically accessible. |
 | | // PHEAP createHeap(int capacity); // // insert - Inserts a new node into the binary heap // // Inserts a node with the specified data pointer, key, // and id number into the heap. |
 | | // void *deleteMin(PHEAP, int *pKey, int *pId); // // delete - delete the node with the specified id from the binary heap // // If ppData is supplied (i.e., it is not NULL), it is filled in with // the address of the data associated with the deleted node. |
| www.cooper.edu /~sable2/courses/fall2005/ece165/homeworks/heap/heap.h (245 words) |