Skip to content

C program implementing the Trie data structure to efficiently store and search IPv4 addresses.

Notifications You must be signed in to change notification settings

bojanludajic/Trie-IP-Addresses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie-based IP storage

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published