/ZipcodeLists_BinaryTree

This program is going to keep track of the 2020 census. It will consist of a tree of zip codes, and in each element of the tree, there will be a list of each house hold in that zipcode. The tree is of ZipCodeList objects. The tree is a binary search tree with the higher zipcodes to the right and the lower zip codes to the left. Each ZipCodeList object consists of a string zipcode and a list of HouseHold objects. The list is in sorted order by last name.

Primary LanguageC++

Stargazers

No one’s star this repository yet.