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

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...