Practice Test Geeks home

Python Data Structures: Dictionaries and Sets Questions and Answers

A developer is processing a large log file and needs to store unique IP addresses to count the visitors.
The order of the IP addresses is not important.

Which data structure is the most memory-efficient and performant for this specific task?

Select your answer