HOMEWORK 7: REGISTRATION MAPS NAME: < insert name > COLLABORATORS AND OTHER RESOURCES: List the names of everyone you talked to about this assignment (classmates, TAs, ALAC tutors, upperclassmen, students/instructor via the forum, etc.), and all of the resources (books, online reference material, etc.) you consulted in completing this assignment. < insert collaborators / resources > Remember: Your implementation for this assignment must be done on your own, as described in "Collaboration Policy and Academic Integrity". ESTIMATE OF # OF HOURS SPENT ON THIS ASSIGNMENT: < insert # hours > ORDER NOTATION ANALYSIS: Analyze and justify the Big O Notation for the running time of each of the BBEAPS system operations. t = the number of terms (semesters) in the input data file c = the number of different courses offered in a single semester n = the maximum (or average) number of sections offered for a single course p = the maximum (or average) number of prerequisite courses m = the maximum (or average) number of meetings times for a single course s = the number of students in the input file e = the maximum (or average) number of students who are enrolled in a section of a course load_courses: load_prereqs: enroll: register: print_student_registration: print_course_registration: EXTRA CREDIT - DEGREE CLEARANCE Describe your implementation of the degree requirements and degree clearance feature. Include examples of different input and output. Analyze the performance of the additional operations. load_degree_requirements: degree_clearance: MISC. COMMENTS TO GRADER: (optional, please be concise!)