/IP_Whitelisting_And_Blacklisting

Using Tries , Lists, Hash_Tables , Radix_Trees and comparing their efficiencies

Primary LanguageC++

IP_Blacklisting/Whitelisting

Using Tries, Lists, Hash_Tables, Radix_Trees and comparing their efficiencies

Running Instructions

  1. Clone the repository
    $ git clone https://github.com/Deep512/IP_Whitelisting_And_Blacklisting/

  2. Run the .cpp files individually
    $ g++ <name-of-file>

Files are:

  • Hash.cpp
  • List.cpp
  • Tries.cpp
  • Radix.cpp

Reference:

https://blog.sqreen.com/demystifying-radix-trees/