Methods
Create a method named SCHEDULE for adding an appointment to a schedule. The "schedule" should be an appropriate data structure attached to a global variable.
Write a method (or methods) named CONFLICT-P that takes two appointments and determines if they conflict in time
Using these two operations, make sure doctors can be double-booked but not patients.