Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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)?
A
A linked list
B
A hash table
C
A two-dimensional array
D
A comma-delimited string