Skip to content

Using binary search tree to manage buildings according to their data (age/height). All buildings in the city are well organized according to their year of construction.

Notifications You must be signed in to change notification settings

YuzhouGuo/cityBuildingManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cityBuildingManagement

Using binary search tree to do management job so that all buildings in a city are well organized according to their year of construction.

The program is able to:

  • Find the oldest building in the city.

  • Find the highest building in the city.

    (An independent algorithm, since the core of this binary search tree is depend on the year of construction).

  • Find the highest building from a particular year.

  • Find buildings between years

    For example, receive 1968 , 1988 from the user. The program is able to give all buildings construted in this domain.

  • Find the total cost to repair buildings.

About

Using binary search tree to manage buildings according to their data (age/height). All buildings in the city are well organized according to their year of construction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages