/*

John Smith (john.smith@temple.edu)

CIS 307 - Lab 1

pq.h - header file for priority queue data structure

*/


#ifndef _PQ_H
#define _PQ_H

#endif
