Project 3 for COP3530; Authors: Edward Zhang; Arthur Liu, Taylor Frederick
main.cpp contains the main C++ code, data.csv contains all the Spotify data ; main.cpp uses SongCollection.h, which contains a variety of methods for song storage and manipulation. SongCollection uses Song.h which provides the framework of a Song object.