Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
|
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... | |