Sorting Properties Project
- defines classes in Python with mergesort on list of objects
- uses big-O notation of O(n log n)
- determines best or worst apartments in a given list, based on rent, meters from campus, and condition
- sorts apartments based on ascending, best, and details
- also sorts based on apartments that have rent less than or equal to the budget given by user