Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

PriorityQueue.h File Reference

This file contains the classes dealing with a priority queue. More...

#include "FCHelpingAlgorithms.h"

Go to the source code of this file.

Classes

class  PriorityQueueElement< Data >
 A priority queue element. More...
class  PriorityQueue< Data >
 A templated priority queue. More...

Defines

#define PQ_PARENT_INDEX(i)   ((i)>>1)
 The parent is always given by index/2.
#define PQ_FIRST_ENTRY   (1)
 The first enry in the queue.
#define PQ_LEFT_CHILD_INDEX(i)   ((i)<<1)
 Left children are at index *2.
#define PQ_RIGHT_CHILD_INDEX(i)   (((i)<<)+1)
 Right children are at (index * 2) +1.


Detailed Description

Author:
Michael Mann
Version:
1.0
Date:
August 2002

Definition in file PriorityQueue.h.


Generated on Sat Nov 5 11:20:16 2005 for Cpp Freecell Solver by  doxygen 1.4.4