ani8897 / IP-address-lookup-using-Tries

Sequential IP address lookup in the routing table of routers has complexity O(n). This lookup can be reduced to O(1) time complexity, trading of with the space complexity which can be exponential in the worst case i.e. exp(2,33) - 1 on implementing tries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ani8897/IP-address-lookup-using-Tries Stargazers