ip_to_cidr

package
v1.4.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2019 License: MIT Imports: 0 Imported by: 0

README

< Previous                  Next >

751. IP to CIDR (Easy)

[Bit Manipulation]

Similar Questions

  1. Restore IP Addresses (Medium)
  2. Validate IP Address (Medium)

Hints

Hint 1 Convert the ip addresses to and from (long) integers. You want to know what is the most addresses you can put in this block starting from the "start" ip, up to n. It is the smallest between the lowest bit of start and the highest bit of n. Then, repeat this process with a new start and n.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL