Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
|
#include <string>
#include <set>
#include <unordered_map>
#include "book.hpp"
#include "redblack_tree.hpp"
Go to the source code of this file.
Classes | |
class | GatorLibrary |
The GatorLibrary class represents a library system.This class provides functionality to manage books in the library, including inserting, borrowing, returning, and deleting books. It also provides functions to print book information, count color flips in the red-black tree, and find the closest book to a given book ID. More... | |