We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given a simple text file with IPv4 addresses. One line - one address, like this:
145.67.23.4 8.34.5.23 89.54.3.124 89.54.3.124 3.45.71.5 ... The file size is not limited and can take tens and hundreds of gigabytes.
Your task is to count the number of unique addresses in this file, spending as little memory and time as possible.
The text was updated successfully, but these errors were encountered:
rabestro
Successfully merging a pull request may close this issue.
Given a simple text file with IPv4 addresses. One line - one address, like this:
145.67.23.4
8.34.5.23
89.54.3.124
89.54.3.124
3.45.71.5
...
The file size is not limited and can take tens and hundreds of gigabytes.
Your task is to count the number of unique addresses in this file, spending as little memory and time as possible.
The text was updated successfully, but these errors were encountered: