You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository holds my RedBlackTree data structure project where we used a red black tree to implement a library which allows you to look up books by title, genre, and author and allows you to check them in and out. Using a red black tree helps minimize the search times of searching for books. I wrote the backend files for this project