Implement createAuthorToBooksMap() so that it takes a list of books as a parameter and builds a map from each author to the books he or she authored.
createAuthorToBooksMap()