You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program implements a Trie for storing and iterating through IPv4 addresses. This data structure offers fast prefix-based searching,
while requiring minimal memory overhead.
Features
Insertion/lookup
CIDR-based lookup
Subnet calculations
About
C program implementing the Trie data structure to efficiently store and search IPv4 addresses.