|
Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
|
#include <string>#include <queue>

Go to the source code of this file.
Classes | |
| class | reservation |
| The reservation class stores the priority number, patron id, and the time of reservation. More... | |
| class | Compare |
| The Compare class is used as a comparison function for the reservation class. More... | |