In C++ please
the main data structure of a Binary Search Tree
Requirements are listed with R:
You are designing and implementing a database for the Academy Awardwinners.
R1/R2: You are to read in information from csv file.
R1: You will read in actor-actress.csv which is formatted as acsv file (Ask the user for the file name). Then place the items ina Binary Search Tree, sorted by name.
This is a common format and is comma separated (instead of beingon separate lines). So you will have comma’s between the values.Blank values will just have a comma noting to go to the next field.(so you may have
OR
OR