This program creates a course searching system, using a Binary Search Tree. The user will be able to search for a course by name, and view the teacher, department, time, and enrollment availability. The user will be able to add classes from the BST into their class schedule, which is stored as a vector. Additionally, the user may remove classes from their schedule if they choose. A class cannot be added if the class has reached capacity.
- Open your terminal in your virtual machine
- git clone the following url: https://github.com/kmegoryc/FinalProject.git
- Open the project in finder
- Run the cbp file
Any C++ Program
This runs on linox.
None
Max Lookabaugh
If I had more time, I'd like to add ways to search and add classes by different criteria, such as department or teacher.