elt Struct Reference

Element stored within the Binary Heap. More...

#include <BinaryHeap.h>

List of all members.

Public Attributes

int id
 user-defined information to be stored by id
int priority
 Key which represents the priority.


Detailed Description

Element stored within the Binary Heap.


Member Data Documentation

int elt::id

user-defined information to be stored by id

int elt::priority

Key which represents the priority.


The documentation for this struct was generated from the following file: Algorithm Development Kit 1.0