Skip to content

sarahllew/sorting-affordable-properties-lab06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

sorting list of apartment building data sets with MergeSort algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages