Skip to content

gmurin08/binary_search_tree_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

binary_search_tree_algorithm

The intent of this project is to work with with information extracted from a municipal government data feed containing bids submitted for auction of property. The data set is provided in two comma-separated files:

1. eBid_Monthly_Sales.csv (larger set of 17,937 bids)
2. eBid_Monthly_Sales_Dec_2016.csv (smaller set of 179 bids)

Implemented using C++, the project focuses on the use of a binary search tree data structure to search, update, and delete the associated data while using timestamps to compare and contrast algorithm efficiency for the various operations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages