Skip to content

Instantly share code, notes, and snippets.

@tml
Last active July 10, 2023 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tml/d96a2d5ee7de0450eb792b7d9516d114 to your computer and use it in GitHub Desktop.
Save tml/d96a2d5ee7de0450eb792b7d9516d114 to your computer and use it in GitHub Desktop.
Limit: 10
Input: 10.0.0.6-10.0.0.12, 10.0.0.1-10.0.0.4, 10.0.0.3-10.0.0.8
Output: 10.0.0.1-10.0.0.3, 10.0.0.6-10.0.0.12
Input: 10.0.0.4-10.0.0.7, 10.0.0.10-10.0.0.12, 10.0.0.1-10.0.0.20
Output: 10.0.0.1-10.0.0.7, 10.0.0.10-10.0.0.12
Input: 10.0.0.1-10.0.0.4, 10.0.0.9-10.0.0.11, 10.0.0.2-10.0.0.8
Output: 10.0.0.1-10.0.0.7, 10.0.0.9-10.0.0.11
10.0.0.6-10.0.0.12, 10.0.0.1-10.0.0.4, 10.0.0.3-10.0.0.8
10.0.0.4-10.0.0.7, 10.0.0.10-10.0.0.12, 10.0.0.1-10.0.0.20
10.0.0.1-10.0.0.4, 10.0.0.9-10.0.0.11, 10.0.0.2-10.0.0.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment