This repository is not active
pmh-3/Binary-Song-Tree
The program below stores songs and their information in a binary search tree using a linked implementation. The driver automatically populates tree by reading in a local csv file. User can choose to get information or remove a song. The song with the most number of weeks on the chart is returned.
C++