Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
Loading...
Searching...
No Matches
Classes
priority_queue.hpp File Reference
#include <vector>
#include "reservation.hpp"
Include dependency graph for priority_queue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pq_reservation
 A priority queue implementation for reservations.This class represents a priority queue that stores reservations. Reservations are stored in a heap data structure, where the highest priority reservation is always at the top. Reservations are ordered based on their priority. More...