Meeting hour optimization
1) Given a list of meeting objects (e.g. {name: 'MeetingName', hours: numHours}) and an integer haveHours denoting how many hours of one's schedule alloted to meetings, write a function that optimizes the total number of meetings in one's day
2) Using the same input, write a function that optimizes the total number of hours one spends in meetings