Solved

You Are Parsing a Log File That Contains Three Columns

Question 43

Multiple Choice

You are parsing a log file that contains three columns: a timestamp, an account number (a string) , and a transaction amount (a number) . You want to calculate the sum of all transaction amounts for each unique account number efficiently. Which data structure should you use?


A) A linked list
B) A hash table
C) A two-dimensional array
D) A comma-delimited string

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions