Which data structure is most efficient for calculating the sum of transaction amounts per unique account number when parsing a log file with three columns (timestamp, account number as string, and transaction amount as number)? | Google Professional Cloud Developer Quiz - LeetQuiz