issues
search
domdom82
/
code-interviews
Collection of possible code interview questions
Apache License 2.0
0
stars
0
forks
source link
Add CIDR range example(s)
#4
Open
domdom82
opened
9 months ago
domdom82
commented
9 months ago
Is this IP in this CIDR range?
Do these CIDRs overlap?
How can this set of CIDRs be optimized? (adjust sizes, remove duplicates, remove overlaps etc.)
Usage of libraries vs self-coding