Inspiration

What it does: It stores and manages when and which rooms are reserved by storing the information in data structures. It also has a client program which allows users to view

How I built it: I created a data structure to represent the room objects containing a dynamic integer set structure to represent the unavailability. From there I implemented a set of functions to build functionality to the system such as reserving a room or checking if the room contains a certain feature. Then I added the capability to separate the program into a server and a client which would make it closer to an application that could be used by many users.

Challenges I ran into:

Accomplishments that I'm proud of: I made a robust and efficient system for managing data from the ground up.

What I learned:

What's next for RoomReservationManager: Add a GUI to the client program and find ways to show optimizations with

Built With

Share this project:

Updates